find text in any file linux

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

Also in Shell: