unix search file content including subfolders using grep

grep -r "my search term" *

Leave a Reply