/ Published in: Bash
Expand |
Embed | Plain Text
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" *
Comments
Subscribe to comments
You need to login to post a comment.

grep -r 'cadena a busca' directorio