Created
May 13, 2015 09:31
-
-
Save mpaskalev/bdb15bf96d252251155a to your computer and use it in GitHub Desktop.
Search recursively in files with given extensions
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 what_to_search -r ./ --include="*.extension" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment