| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| 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: | <ajithkumar DOT r AT tallysolutions DOT com> |
| From: | "Ajith Kumar" <ajithkumar DOT r AT tallysolutions DOT com> |
| To: | <cygwin AT cygwin DOT com> |
| 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 |
| 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |