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