Skip to content

Instantly share code, notes, and snippets.

@adamstrawson
Created April 3, 2012 10:42
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 adamstrawson/2290961 to your computer and use it in GitHub Desktop.
Save adamstrawson/2290961 to your computer and use it in GitHub Desktop.
Search string in recursive dir and append to file.
find . -exec grep -lr --exclude="*\.svn*" "SEARCH STRING" {} >> filename.txt \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment