Skip to content

Instantly share code, notes, and snippets.

@jo-flynn
Created December 7, 2012 18:48
Show Gist options
  • Save jo-flynn/4235461 to your computer and use it in GitHub Desktop.
Save jo-flynn/4235461 to your computer and use it in GitHub Desktop.
Recursively search directory
find [PATH] | xargs grep -P [PATTERN] -ls | less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment