To find all files in directory <directory> and its subdirectories, containing string <string>:
grep -rn <directory> -e "<string>"
with:
If you can read English, check the English part of the site.