Linux Znajdź ciąg w plikach na ścieżce

find . -name '*.js' -exec grep -i 'string to search for' {} \; -print
Ahmed