Skip to content

Instantly share code, notes, and snippets.

@tuxdna
Created March 11, 2011 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tuxdna/866497 to your computer and use it in GitHub Desktop.
Save tuxdna/866497 to your computer and use it in GitHub Desktop.
Search Wikipedia
searchWk() {
wget -O- "http://en.wikipedia.org/w/api.php?action=opensearch&search=$1" 2>/dev/null ;
echo;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment