Created
April 25, 2014 17:15
-
-
Save pedrorvidal/11296756 to your computer and use it in GitHub Desktop.
Grep for recursive search inside folder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#search only inside php files. For ALL files, remove the --include option | |
grep -nHoR --include=*.php 'searched_string' * |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment