Search all subfirectories recursively
grep -r "redeem reward" /home/tom/To display only fines names, add -H option, or
$ grep -H -R vivek /etc/* | cut -d: -f1To ignore case, add -i option.
Search all subfirectories recursively
grep -r "redeem reward" /home/tom/To display only fines names, add -H option, or
$ grep -H -R vivek /etc/* | cut -d: -f1To ignore case, add -i option.