G
N
I
D
A
O
L

Поиск по подстроке

find ./ -type f -exec grep -i -H "СТРОКА"  {} \;

--------ИЛИ--------

grep -irn "Строка" -H