Recursive Linux “Find Files Containing” Posted on January 6, 2010 by drunken fly find . -name "*.ext" -exec grep -i -H -n "texttofind" {} \;