SyntaxFix
Write A Post
Hire A Developer
Questions
Use grep as follows:
grep -R "touch" .
-R means recurse. If you would rather not go into the subdirectories, then skip it.
-R
-i means "ignore case". You might find this worth a try as well.
-i