From owner-freebsd-current@FreeBSD.ORG Wed Dec 28 23:00:54 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 B6CEB106566B; Wed, 28 Dec 2011 23:00:54 +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 A0A2A8FC0C; Wed, 28 Dec 2011 23:00:54 +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 1Rg2UQ-000GOJ-CS; Wed, 28 Dec 2011 23:00:54 +0000 Date: Thu, 29 Dec 2011 08:00:53 +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:00:54 -0000 >> % echo foo | grep foo >> % > > I'm using pretty recent -current, and it works for me. Are you by any > chance using bsdgrep? (it's not the default) not to my knowledge > If you haven't enabled the option for bsdgrep in src.conf then do the > same thing in /usr/src/gnu/usr.bin/grep. > > make cleandir && make obj && make depend && make all && make install i guess that have bigger issues :( randy