Hi,
GNU grep is OK. However standard BSD grep also work:
find . -exec grep -i world {} /dev/null \;
or even:
find . -exec grep -in world {} /dev/null \;
if you want linenumbers ...
hth
Stein Morten
On Aug 19, 2010, at 11:29, [email protected] wrote:
> Date: Thu, 19 Aug 2010 16:42:26 +0000
> From: David Xu <[email protected]>
> Subject: Re: Official request: Please make GNU grep the default
> To: Gabor Kovesdan <[email protected]>
> Cc: [email protected], Andrey Chernov <[email protected]>, Doug
> Barton <[email protected]>, [email protected], [email protected]
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Gabor Kovesdan wrote:
>
>> Yes, I'm sorry for my slow reaction, I got a flu some time ago and that
>> prevented me from fixing the bugs earlier. I have several fixes in my
>> working copy, which are being discussed with my mentor. Probably, today
>> or tomorrow they will be committed.
>>
>> Gabor
>>
>
> When will the grep -H print file name for me ? it is rather painful
> that the feature is missing. :-(
> So I can not use it with find:
>
> find . -exec grep -H {} world \;
> I don't know which file contains the word world.
>
> Regards,
> David Xu
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[email protected]"