9 recusrive tree search for string in files, print file name and the line with match

find . -type f -print0 | xargs -0 grep -H 'documentclass'