Return to Snippet

Revision: 1942
at November 28, 2006 15:05 by benpjohnson


Updated Code
find /path/ -name "*.ext"  -print -exec grep "search for"  '{}' \; | less

Revision: 1941
at November 27, 2006 01:30 by benpjohnson


Initial Code
find /var/www/vhosts -name *.php  -print -exec grep "search for"  '{}' \; | less

Initial URL

                                

Initial Description

                                

Initial Title
Search all files recursively on the shell

Initial Tags

                                

Initial Language
Bash