Skip to content

Instantly share code, notes, and snippets.

@neilkod
Created March 23, 2012 03:09
Show Gist options
  • Save neilkod/2166420 to your computer and use it in GitHub Desktop.
Save neilkod/2166420 to your computer and use it in GitHub Desktop.
nkodner@hadoop4 fope$ grep -i josh /usr/share/dict/words
Josh
josh
josher
joshi
Joshua
nkodner@hadoop4 fope$ grep -i bradley !$
grep -i bradley /usr/share/dict/words
Bradley
nkodner@hadoop4 fope$ grep -i jake !$
grep -i jake /usr/share/dict/words
Jake
jake
jakes
nkodner@hadoop4 fope$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment