Skip to content

Instantly share code, notes, and snippets.

@kevinsearle
Created April 1, 2014 18:41
Show Gist options
  • Save kevinsearle/9920331 to your computer and use it in GitHub Desktop.
Save kevinsearle/9920331 to your computer and use it in GitHub Desktop.
find xargs grep
find . -type f -name '*.php' -print | xargs grep 'text'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment