Skip to content

Instantly share code, notes, and snippets.

@luiseduardobrito
Created August 13, 2013 18:53
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 luiseduardobrito/6224427 to your computer and use it in GitHub Desktop.
Save luiseduardobrito/6224427 to your computer and use it in GitHub Desktop.
Query wikipedia in ubuntu terminal. Usage: https://gist.github.com/luiseduardobrito/6224427/#comment-885934
#!/bin/sh
dig +short txt ${1}.wp.dg.cx
@luiseduardobrito
Copy link
Author

Usage: ./wiki.sh <keyyword>

Example:

$ ./wiki.sh google

"Google Inc. , or simply Google (stylised as ), is an American multinational corporation which provides Internet-related products and services, including Internet search, cloud computing, software and advertising technologies. Advertising revenues from AdW" "ords generate almost all of the company's profits. http://en.wikipedia.org/wiki/Google"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment