Return to Snippet

Revision: 9410
at November 4, 2008 10:31 by hoffstein


Initial Code
grep -ir "MyPattern" *

Initial URL


Initial Description
This will return all files in the current directory (and all subdirectories) containing "MyPattern" (replace with any regex), ignoring case-sensitivity.

Initial Title
Grep to find files in a path containing a pattern

Initial Tags


Initial Language
Bash