Return to Snippet

Revision: 14167
at May 21, 2009 16:41 by mattchurchy


Initial Code
find . -exec grep "search string" '{}' \; -print

Initial URL


Initial Description


Initial Title
Find File with content

Initial Tags
Bash, unix

Initial Language
Bash