Created
October 14, 2012 20:36
-
-
Save jlengstorf/3889744 to your computer and use it in GitHub Desktop.
Search for all occurrences of a string, case-insenstive, within the current dir and its subdirs. Returns the file name & line number, plus the matched line
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
grep -rni "STRING" . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment