How to find a string in a file in Linux.

find . -exec grep -l ‘yourfilehere’ {} \;