Skip to content

Instantly share code, notes, and snippets.

@TomTriple
Created May 31, 2011 19:17
Show Gist options
  • Save TomTriple/1001095 to your computer and use it in GitHub Desktop.
Save TomTriple/1001095 to your computer and use it in GitHub Desktop.
recursive grep:
recursive grep:
find . -name "*.*" | xargs grep "SEARCH FOR THIS"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment