/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
find . -name "*.php" -exec grep "string to search for" {} \; -exec echo -e {} \; #better version! grep -R -n --color=auto --exclude "*svn-base" "string to search for" *