linux search in file code example
Example 1: find text in folder
grep -rnw '/path/to/somewhere/' -e 'pattern'
Example 2: find in file linux
grep -rnw '/path/to/somewhere/' -e 'pattern'
Example 3: how to search keyword in linux
grep -w phoenix *