Поиск по подстроке
find ./ -type f -exec grep -i -H "СТРОКА" {} \;
--------ИЛИ--------
grep -irn "Строка" -H
find ./ -type f -exec grep -i -H "СТРОКА" {} \;
--------ИЛИ--------
grep -irn "Строка" -H