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 N.- -- http://arhuaco.org _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
