bash search all files in directory and subdirectories for string code example
Example: linux search for a given string in all files recursively
$ grep -r "String to be searched goes here" *
$ grep -r "String to be searched goes here" *