Created
November 25, 2010 22:48
-
-
Save mmontalvo/716039 to your computer and use it in GitHub Desktop.
To search a text inside files
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
find . -type f -exec grep -i "text_to_find" {} \; -print |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment