Skip to content

Instantly share code, notes, and snippets.

@nonowarn
Created September 13, 2009 18:41
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 nonowarn/186277 to your computer and use it in GitHub Desktop.
Save nonowarn/186277 to your computer and use it in GitHub Desktop.
Definr is Awwwwesome
definr () {
curl http://www.definr.com/definr/show/${1// /+} 2>/dev/null \
| perl -ple 's/&nbsp;/ /g; s/<.+?>//g;'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment