Linux: Find files with text

BASIC:
grep "text string to search” directory-path

EXAMPLE:
$ grep "redeem reward" /home/tom/*.txt

Luis Romero