recursive

Find a string in files recursively, using this command :

find . -type f -exec grep "string to find" {} \; -print