Created
October 10, 2013 16:17
-
-
Save mwatts272/6921143 to your computer and use it in GitHub Desktop.
Search (grep) for a specified string in all files within the given directory. Highlights all matches in colour.
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 --color -R "search term" /target/dir/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment