From owner-freebsd-questions@FreeBSD.ORG Thu Nov 13 20:00:03 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C479416A4CE for ; Thu, 13 Nov 2003 20:00:03 -0800 (PST) Received: from mta8.adelphia.net (mta8.adelphia.net [68.168.78.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id A640143FBD for ; Thu, 13 Nov 2003 20:00:02 -0800 (PST) (envelope-from parv_fm@mailsent.net) Received: from moo.holy.cow ([69.160.64.204]) by mta8.adelphia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031114040006.NLEJ15666.mta8.adelphia.net@moo.holy.cow>; Thu, 13 Nov 2003 23:00:06 -0500 Received: by moo.holy.cow (Postfix, from userid 1001) id 351DDA57B; Thu, 13 Nov 2003 23:03:52 -0500 (EST) Date: Thu, 13 Nov 2003 23:03:52 -0500 From: parv To: Francisco J Reyes Message-ID: <20031114040351.GA40112@moo.holy.cow> Mail-Followup-To: Francisco J Reyes , Viktor Lazlo , FreeBSD Questions List References: <20031113183118.T3617@d66-183-123-52.bchsia.telus.net> <20031113223951.X85161@zoraida.natserv.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031113223951.X85161@zoraida.natserv.net> cc: FreeBSD Questions List Subject: Re: Recursion with grep? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Nov 2003 04:00:03 -0000 in message <20031113223951.X85161@zoraida.natserv.net>, wrote Francisco J Reyes thusly... > > Do we want something like: > grep -r *.c I do not know about anybody else, i myself like to keep the current behaviour for -r option. > If I get someone to change grep anyone care to comment on whether > it would be difficult to get this imported into the tree? If you do succeed in getting the change *in the FreeBSD 4 tree*, it better be via some other option specifier string. Isn't grep(1) already overloaded w/ options? (just thinking out loud) - Parv --