Created
March 23, 2012 03:09
-
-
Save neilkod/2166420 to your computer and use it in GitHub Desktop.
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
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