chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] aliases in the wiki


From: Nelson Castillo
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
<address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]