From owner-freebsd-current@FreeBSD.ORG Thu Aug 19 08:42:28 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 021F21065695; Thu, 19 Aug 2010 08:42:28 +0000 (UTC) (envelope-from davidxu@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E29A58FC0C; Thu, 19 Aug 2010 08:42:27 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o7J8gPXU075860; Thu, 19 Aug 2010 08:42:26 GMT (envelope-from davidxu@freebsd.org) Message-ID: <4C6D5EF2.2040603@freebsd.org> Date: Thu, 19 Aug 2010 16:42:26 +0000 From: David Xu User-Agent: Thunderbird 2.0.0.24 (X11/20100630) MIME-Version: 1.0 To: Gabor Kovesdan References: <4C6505A4.9060203@FreeBSD.org> <20100814155346.GA6510@nagual.pp.ru> <4C66C0A4.3000301@FreeBSD.org> In-Reply-To: <4C66C0A4.3000301@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: delphij@freebsd.org, Andrey Chernov , Doug Barton , core@freebsd.org, current@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 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 08:42:28 -0000 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