From: "Nelson Castillo" <[EMAIL PROTECTED]> Subject: Re: [Chicken-users] aliases in the wiki Date: Fri, 22 Feb 2008 18:04:34 -0500
> On Fri, Feb 22, 2008 at 5:55 PM, Nelson Castillo > <[EMAIL PROTECTED]> wrote: > > > Could we please remove this? It makes a grep over the working > > > copy impossible. > > > > Hi Felix. > > > > What about: > > > > find -P . -print0 | xargs -0 grep TEXT > > Sorry. > > It is: > > find . -type f -print0 | xargs -0 grep TEXT > Ugh. IIRC, azul suggested a different (database based) way of handling this. Creating thousands of dangling links doesn't look right to me. cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
