8 recusrive tree search for string in files, where the string is at start of a line

 find . -name "*.txt" -exec egrep -l '^string' {} \;