Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <00db01beff12$f9bc1620$bbdb5ad8@thales> From: "The Tolands"

To: "Dan Richards" , "cygwin cygwin" References: <19990914175519 DOT 8895 DOT rocketmail AT web112 DOT yahoomail DOT com> Subject: Re: recursive grep Date: Tue, 14 Sep 1999 19:40:56 -0500 Organization: None MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MIMEOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Actually, GNU grep 2.3 supports recursion, don't know about earlier versions. From the GNU grep 2.3 man page: -d ACTION, --directories=ACTION If an input file is a directory, use ACTION to pro cess it. By default, ACTION is read, which means that directories are read just as if they were ordinary files. If ACTION is skip, directories are silently skipped. If ACTION is recurse, grep reads all files under each directory, recursively; this is equivalent to the -r option. ... -r, --recursive Read all files under each directory, recursively; this is equivalent to the -d recurse option. This version builds fine on cygwin right out of the tarball. With a few slight tweaks it will also compile with VC 6. Email me if you want patches for VC 6. phil p DOT toland AT computer DOT org -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com