Created
July 14, 2013 19:27
-
-
Save ozymandium/5995492 to your computer and use it in GitHub Desktop.
Recursively look through all files below current directory which match pattern for a given text, and return results with line numbers
This file contains 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 --include="*" search_string . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment