From owner-freebsd-current@FreeBSD.ORG Mon Nov 28 20:42:06 2011 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 66943106566B for ; Mon, 28 Nov 2011 20:42:06 +0000 (UTC) (envelope-from gabor@t-hosting.hu) Received: from server.mypc.hu (server.mypc.hu [87.229.73.95]) by mx1.freebsd.org (Postfix) with ESMTP id 1C7E98FC15 for ; Mon, 28 Nov 2011 20:42:05 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id 9EC5A14E66DE; Mon, 28 Nov 2011 21:23:04 +0100 (CET) X-Virus-Scanned: amavisd-new at server.mypc.hu Received: from server.mypc.hu ([127.0.0.1]) by server.mypc.hu (server.mypc.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id h3C7sc7rvTVs; Mon, 28 Nov 2011 21:23:02 +0100 (CET) Received: from [192.168.1.117] (catv-80-98-232-12.catv.broadband.hu [80.98.232.12]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by server.mypc.hu (Postfix) with ESMTPSA id 5CB0614E66A6; Mon, 28 Nov 2011 21:23:02 +0100 (CET) Message-ID: <4ED3EDA4.3010006@t-hosting.hu> Date: Mon, 28 Nov 2011 21:23:00 +0100 From: =?ISO-8859-1?Q?G=E1bor_K=F6vesd=E1n?= User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0a2) Gecko/20111122 Thunderbird/10.0a2 MIME-Version: 1.0 To: Jan Beich References: <4ED20A68.90102@zedat.fu-berlin.de> <1RUbug-000P7m-2d@internal.tormail.net> <1RUcaG-000Pux-OQ@internal.tormail.net> In-Reply-To: <1RUcaG-000Pux-OQ@internal.tormail.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Mon, 28 Nov 2011 21:03:31 +0000 Cc: "O. Hartmann" , Current@FreeBSD.ORG Subject: Re: bsdgrep --null has no effect 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: Mon, 28 Nov 2011 20:42:06 -0000 On 2011.11.27. 12:07, Jan Beich wrote: > Oops, here is a diff. Non -l/-L case still seems to be broken. > > $ echo t>a; echo t>b; echo t>c > $ gnugrep --null . ? | vis > a\^@t > b\^@t > c\^@t > > $ bsdgrep --null . ? | vis > a\^@:t > b\^@:t > c\^@:t Thanks Jan, I've just committed this and your other patch to HEAD and will MFC it soon. Gabor