bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: grep problem/ question


From: Benno Schulenberg
Subject: Re: grep problem/ question
Date: Tue, 03 Apr 2007 19:59:51 +0200
User-agent: KMail/1.9.6

Scott Cason wrote:
> i am trying to run the following:
>
> grep -r --include='*.c*' 'dat' c:\tc\cdev

Me not knowing windows, are you sure this should be "c:\tc\cdev" and 
not "c:/tc/cdev"?  Can you for example cd to c:\tc\cdev ?

If the latter is the case, then

  grep -r --include='*.c*' 'dat' .

should work.  If it doesn't, report this to Cygwin.  It works on 
Linux, searching only files that have ".c" in their names.

Benno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]