Created
January 15, 2015 13:39
-
-
Save buithehoa/2f4b5e799dc19fc88eed to your computer and use it in GitHub Desktop.
Find texts in specified files with find
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
find . -name "*.ext" -type f -exec grep -i "text" {} + |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment