Subject: Re: grep -r
To: Mipam <mipam@ibb.net>
From: None <mcmahill@mtl.mit.edu>
List: netbsd-help
Date: 02/15/2001 15:05:32
find . -type f -exec grep "foo" {} /dev/null \;


On Thu, 15 Feb 2001, Mipam wrote:

> Hi,
> 
> Anyway uses something else other then "grep -r" to search for a string
> in a series of files and underlaying subdirs?
> Bye,
> 
> Mipam.
> 
>