RE: grep (GNU grep) 2.5.1 not being recursive.

2006-04-04 Thread Peter Ring
PROTECTED] Behalf > Of Richard Quadling > Sent: 4. april 2006 10:22 > To: cygwin@cygwin.com > Subject: Re: grep (GNU grep) 2.5.1 not being recursive. > > > Aha! > > So it does! > > Many options. > > As a newbie to unix style code, the manual is brutal.

Re: grep (GNU grep) 2.5.1 not being recursive.

2006-04-04 Thread Richard Quadling
Aha! So it does! Many options. As a newbie to unix style code, the manual is brutal. Would it have really hurt to have a few common examples in the help? Thank you though!

Re: grep (GNU grep) 2.5.1 not being recursive.

2006-04-04 Thread Corinna Vinschen
On Apr 4 10:11, Samuel Thibault wrote: > Hi, > > Richard Quadling, le Tue 04 Apr 2006 08:52:09 +0100, a écrit : > > grep -e%v%v -R *.c > > > > but this does nothing. Instead I get an error saying > > grep: *.c: No such file or directory > > Grep is not responsible for expansing the star. The sh

Re: grep (GNU grep) 2.5.1 not being recursive.

2006-04-04 Thread Samuel Thibault
Hi, Richard Quadling, le Tue 04 Apr 2006 08:52:09 +0100, a écrit : > grep -e%v%v -R *.c > > but this does nothing. Instead I get an error saying > grep: *.c: No such file or directory Grep is not responsible for expansing the star. The shell is. Change your shell ;) Samuel -- Unsubscribe info:

grep (GNU grep) 2.5.1 not being recursive.

2006-04-04 Thread Richard Quadling
Ok. The start point for this message is that I am a klutz and I don't know what I'm doing. Well. Not really true. I do know what I'm doing and I know that I'm doing it wrong. So give us a hand. I used to use GREP supplied with Borland Turbo C and Delphi. All worked fine. New job. New pc. Not u