Created
September 13, 2009 18:41
-
-
Save nonowarn/186277 to your computer and use it in GitHub Desktop.
Definr is Awwwwesome
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
definr () { | |
curl http://www.definr.com/definr/show/${1// /+} 2>/dev/null \ | |
| perl -ple 's/ / /g; s/<.+?>//g;' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment