Search for occurencies in directory with grep

grep -rnw '/path/to/somewhere/' -e 'pattern'

https://stackoverflow.com/questions/16956810/how-do-i-find-all-files-containing-specific-text-on-linux

LEAVE A COMMENT