Will,

Were you not aware that an rgrep RPM is included with Mandrake, and
should have been installed  to provide an rgrep command?  (see man
rgrep)

Will Merkens wrote:

> RECURSIVE GREP
> Here is a nasty One-Liner:
> 
> Did you wish you could grep through files recursively
> down subdirectories:
> 
> find . -type f -exec grep -l "foo" {} \\; -exec grep -n "foo" {} \\;
> -exec echo " " \\;
> 
> Or another version that was submitted is:
> 
> find . -type f -print | xargs grep foo

-- 

Regards,

Ron. [AU] - sent by Linux.

Reply via email to