Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Reply-To: From: "Ajith Kumar" To: Subject: RE: Wildcard problem with recursion Date: Sat, 25 Oct 2003 11:28:53 +0530 Message-ID: <000001c39abd$12b7fcd0$9c01a8c0@shakti.tallysolutions.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal Importance: Normal In-Reply-To: <20031023101419.GA1653@cygbert.vinschen.de> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 I run these from the win2k cmd.exe and not from the bash prompt. Can u be more specific please to which doc or man pages I shold refer to? Thank You Regards, ajith -----Original Message----- From: cygwin-owner AT cygwin DOT com [mailto:cygwin-owner AT cygwin DOT com]On Behalf Of Corinna Vinschen Sent: Thursday, October 23, 2003 3:44 PM To: cygwin AT cygwin DOT com Subject: Re: Wildcard problem with recursion On Thu, Oct 23, 2003 at 03:05:53PM +0530, Ajith Kumar wrote: > Cygwin utilities like grep or ls with -R options doesn't seem to be working. > egs when I say > >grep -r FLD_DCT_STRING *.h?? > I get > grep: *.hpp: No such file or directory > > However there are many .h, .hxx and .hpp files in the subdirectories > > ls also gives the same err. > > Any solutons? Yes, read the shell man pages to learn how file completion works. What you want is a job for `find | xargs grep'. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:cygwin AT cygwin DOT com Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/