On Fri, Dec 11, 2009 at 10:46 AM, Dave Weis <djweis at internetsolver.com> wrote: > > find . -exec grep -H string {} \; Wouldn't that be the same as ' grep string * ' ? Well, I guess it wouldn't recurse. -- Todd