Never let it be said that computer scripts aren’t useful. Recently a *nix bash shell script was released that allows you to search Wikipedia right from the command prompt – and it works. You can try it out for yourself if you like (scroll down on that page for the script lines) to make your own wikipedia.sh.
Some of you out there may read this and think, "Um.. yeah. Why? What’s the point of scripting anything when we have web browsers?"
Good question. The answer is speed. Bash scripts (or basically any other kind of command line script) run faster than a GUI-based app ever could because there isn’t any screen-draw involved other than the text itself.
[Source: Linux Today]

Like what you read?
If so, please join over 28,000 people who receive our exclusive weekly newsletter and computer tips, and get FREE COPIES of 5 eBooks we created, as our gift to you for subscribing. Just enter your name and email below:







