Skip to content

Instantly share code, notes, and snippets.

@alvin-milton
Created February 8, 2018 22:25
Show Gist options
  • Save alvin-milton/29f8e49e46c302a8a5857f37c772a43b to your computer and use it in GitHub Desktop.
Save alvin-milton/29f8e49e46c302a8a5857f37c772a43b to your computer and use it in GitHub Desktop.
Finds things via command line, and then saves output to a file
grep --include=\*.php -rnw '../themes/' -e 'cat' > results.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment