Created
March 12, 2013 08:34
-
-
Save georgeOsdDev/5141186 to your computer and use it in GitHub Desktop.
Grep keyword from all sources of Project.
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 /path/to/Project -type d -name .git -prune -o -name "*" -print | xargs grep "some regexp" >> result.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment