A horrible little thing for searching the web from the command line.
Takes search terms as arguments, tacks them together with a prefix and suffix to form a URL, then passes that URL to w3m
, a text-mode web browser.
This program is a nice example of how to handle strings inefficiently. Don't write code like this.