Skip to content

Instantly share code, notes, and snippets.

@samdoidge
Last active December 25, 2015 06:29
Show Gist options
  • Save samdoidge/6932231 to your computer and use it in GitHub Desktop.
Save samdoidge/6932231 to your computer and use it in GitHub Desktop.
grep recursively through the current folder with a specific file extension
grep -r --include="*.php" "search string" .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment