10 recusrive tree search for string in files, print file name only where match found

find . -type f -name *.tex -print0 | xargs -0 grep -l 'documentclass'