Skip to content

Instantly share code, notes, and snippets.

@Macagare
Created February 26, 2013 08:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Macagare/5036977 to your computer and use it in GitHub Desktop.
Save Macagare/5036977 to your computer and use it in GitHub Desktop.
TERMINAL: search in files content for string
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