Script&Debug
Common CLI commands
documentation
Grep Command
grep -rnw '/path/to/somewhere/' -e 'keyword'
The above command is taken from
StackExchange