From owner-freebsd-current@FreeBSD.ORG Thu Aug 19 10:33:47 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C496A106567A; Thu, 19 Aug 2010 10:33:47 +0000 (UTC) (envelope-from stein@wopr.ife.no) Received: from wopr.ife.no (wopr.ife.no [128.39.4.3]) by mx1.freebsd.org (Postfix) with ESMTP id EBD8B8FC17; Thu, 19 Aug 2010 10:33:46 +0000 (UTC) Received: from rikers.ife.no (rikers.ife.no [128.39.229.243]) by wopr.ife.no (8.9.3/8.9.3) with ESMTP id LAA25865; Thu, 19 Aug 2010 11:57:48 +0200 (CEST) Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Stein Morten Sandbech In-Reply-To: <20100819092939.8824410657B8@hub.freebsd.org> Date: Thu, 19 Aug 2010 11:57:47 +0200 Content-Transfer-Encoding: 7bit Message-Id: <29BC1E84-9C05-4021-B8B9-E78825BEC571@wopr.ife.no> References: <20100819092939.8824410657B8@hub.freebsd.org> To: freebsd-current@freebsd.org X-Mailer: Apple Mail (2.1081) Cc: davidxu@freebsd.org Subject: Re: Official request: Please make GNU grep the default X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Stein. Sandbech" List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Aug 2010 10:33:47 -0000 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, freebsd-current-request@freebsd.org wrote: > Date: Thu, 19 Aug 2010 16:42:26 +0000 > From: David Xu > Subject: Re: Official request: Please make GNU grep the default > To: Gabor Kovesdan > Cc: delphij@freebsd.org, Andrey Chernov , Doug > Barton , core@freebsd.org, current@freebsd.org > Message-ID: <4C6D5EF2.2040603@freebsd.org> > 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