Created
February 26, 2013 08:29
-
-
Save Macagare/5036977 to your computer and use it in GitHub Desktop.
TERMINAL: search in files content for string
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 . -iname '*.cfc' | xargs grep 'string' -sl | |
find . | xargs grep 'string' -sl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment