[Cialug] Find Files with String

Todd Walton tdwalton at gmail.com
Fri Dec 11 10:55:32 CST 2009


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


More information about the Cialug mailing list