GREP Wyszukaj ciąg w katalogu
grep -nr 'yourString*' .
Uninterested Unicorn
grep -nr 'yourString*' .
grep -rnw '/path/to/somewhere/' -e 'pattern'