find lines with an expression in more directorie code example
Example 1: linux search for line in file
grep -R "keyword" /directory/
Example 2: file search linux by text
grep -rnw '/path/to/somewhere/' -e 'pattern'
grep -R "keyword" /directory/
grep -rnw '/path/to/somewhere/' -e 'pattern'