From owner-freebsd-current@FreeBSD.ORG Wed Dec 28 23:03:24 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 AB4A01065672; Wed, 28 Dec 2011 23:03:24 +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 954488FC17; Wed, 28 Dec 2011 23:03:24 +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 1Rg2Wq-000GQR-2j; Wed, 28 Dec 2011 23:03:24 +0000 Date: Thu, 29 Dec 2011 08:03:23 +0900 Message-ID: From: Randy Bush To: Doug Barton In-Reply-To: <4EFB9D70.8040002@FreeBSD.org> References: <4EFB9D70.8040002@FreeBSD.org> 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: Wed, 28 Dec 2011 23:03:24 -0000 bsdgrep works, grep does not % echo foo | bsdgrep foo foo % echo foo | grep foo %