3 July 2016

search for a string in all php files stored in a linux system

grep -r --include=*.php "search string" /path/to/dir


No comments:

Post a Comment