Created
July 24, 2013 13:27
-
-
Save tyrannasaurusbanks/6070567 to your computer and use it in GitHub Desktop.
find and execute command on results
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 modules -name 'file_name_to_look_for' -exec grep -sH 'string_or_regex_to_be_found' {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment