Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Mon, 30 Jul 2001 21:39:51 +0200
From: Kurt Roeckx <Q@ping.be>
To: "Frazer, Ryan" <RYAN.FRAZER@ca.com>
Cc: "'cygwin@cygwin.com'" <cygwin@cygwin.com>
Subject: Re: Question about version of GREP
Message-ID: <20010730213951.A1423@ping.be>
References: <2D0C70C401A8D311A7CD009027AA3D7E06091A2F@usilms06.ca.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 1.0pre2i
In-Reply-To: <2D0C70C401A8D311A7CD009027AA3D7E06091A2F@usilms06.ca.com>

On Mon, Jul 30, 2001 at 02:24:46PM -0400, Frazer, Ryan wrote:
> 
> What I will ask, however, is can I update the version of GREP that came with Cygwin?  I'd like to be able to use GREP to looking into subdirecties as well.  I saw a GREP v2.0 that had added this functionality.  I found it at http://www.interlog.com/~tcharron/grep.html.

From what I get, it's based on GNU grep 2.0, the latest being
2.4.2. GUN grep 2.0 itself is from 1996, maybe he really should upgrade. :)

You can probably patch grep to do the same, but there are other
ways you can do the same:

find . -type f | xargs grep string
grep string `find . -type f`


Kurt


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

