Skip to content

Instantly share code, notes, and snippets.

@rpastorelle
Created May 30, 2012 14:20
Show Gist options
  • Save rpastorelle/2836624 to your computer and use it in GitHub Desktop.
Save rpastorelle/2836624 to your computer and use it in GitHub Desktop.
Find in files
find . -type f -name "*.php" -exec grep -l "findthis" {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment