From owner-freebsd-current@FreeBSD.ORG Thu Dec 29 19:12:32 2011 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 51F841065676 for ; Thu, 29 Dec 2011 19:12:32 +0000 (UTC) (envelope-from randy@psg.com) Received: from ran.psg.com (ran.psg.com [IPv6:2001:418:1::36]) by mx1.freebsd.org (Postfix) with ESMTP id 3B2008FC0C for ; Thu, 29 Dec 2011 19:12:32 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=rair.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.76 (FreeBSD)) (envelope-from ) id 1RgLOv-0001tb-Ny; Thu, 29 Dec 2011 19:12:30 +0000 Date: Fri, 30 Dec 2011 04:12:28 +0900 Message-ID: From: Randy Bush To: =?ISO-8859-1?Q?G=E1bor_K=F6vesd=E1n?= In-Reply-To: <4EFC85AB.8070303@t-hosting.hu> References: <4EFC85AB.8070303@t-hosting.hu> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/22.3 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: FreeBSD Current Subject: Re: grep 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, 29 Dec 2011 19:12:32 -0000 >> FreeBSD ran.psg.com 10.0-CURRENT FreeBSD 10.0-CURRENT #4: Sat Dec 24 12:33:51 UTC 2011 root@ran.psg.com:/usr/obj/usr/src/sys/RAN amd64 >> >> % echo foo | grep foo >> % > > What about 'grep -V'? Or 'which grep'? turns out that a zero length grep had been installed updated to new sources, rebuilt, and it's all good. randy