find . -name *.html -type f -exec grep -Hn 'meinsuchstring' {} \+
find /pfad/zu/typo3 -type f -name localconf.php -exec grep -l 'extensionname' {} \;