I'm using Debian Linux as my development workstation. I would like to search a directory called ~/projects/ recursively for "foo" word only for *.txt files. How do I search all text files in ~/projects/ for "foo" word using grep command?
Read answer to: "Grep Include Only *.txt File Pattern When Running Recursive Mode"