If you looking for some text in files in some directory, this command should do the trick
grep -rnw '/path/to/somewhere/' -e "pattern"
If you looking for some text in files in some directory, this command should do the trick
grep -rnw '/path/to/somewhere/' -e "pattern"