Grep Command

 grep -rnw '/path/to/somewhere/' -e 'keyword'

The above command is taken from StackExchange