RE: Wildcard problem with recursion

2003-10-25 Thread Hannu E K Nevalainen
> From: Ajith Kumar > Sent: Saturday, October 25, 2003 7:59 AM > > Yes, read the shell man pages to learn how file completion works. > > What you want is a job for `find | xargs grep'. > > > > Corinna > I run these from the win2k cmd.exe and not from the bash prompt. > Can u be more specific plea

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

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 Andy Rushton
Corinna Vinschen wrote: 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

Re: Wildcard problem with recursion

2003-10-23 Thread Corinna Vinschen
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 s

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