Wildcard problem with recursion

2003-10-23 Thread Ajith Kumar
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? Regards, ajith

RE: Wildcard problem with recursion

2003-10-24 Thread Ajith Kumar
, 2003 3:44 PM To: [EMAIL PROTECTED] 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 g

RE: Wildcard problem with recursion

2003-10-24 Thread Ajith Kumar
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Andy Rushton Sent: Friday, October 24, 2003 2:32 PM To: [EMAIL PROTECTED] Subject: Re: Wildcard problem with recursion Corinna Vinschen wrote: >On Thu, Oct 23, 2003 at 03:05:53PM +0530, Ajith Kumar wr