You are here

recursive grep using find

for those systems where grep -r just doesn't work!

 

find . -exec grep "find string" '{}' \; -print