Created
September 19, 2013 04:32
-
-
Save ishida/6619161 to your computer and use it in GitHub Desktop.
find and grep
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 . -exec grep -nHE "foo" {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment