$ grep -r "String to be searched goes here" *
grep --include=*.{<file extetions >} -rnw '<path>' -e "<pattren>" example: grep --include=*.{log} -rnw '.' -e "test"