ubuntu find text wile with phrase code example
Example 1: linux find from file content
grep -rnw '/path/to/somewhere/' -e 'pattern'
Example 2: ubuntu find file with text
grep -r someWordToSearchHere *
grep -rnw '/path/to/somewhere/' -e 'pattern'
grep -r someWordToSearchHere *