This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: date


Corinna Vinschen wrote:
> 
> On Thu, Jan 11, 2001 at 01:00:00PM +0100, Gerrit P. Haase wrote:
> > <2001-01-11 11:30 Uhr, hat Corinna Vinschen geschrieben:>
> > > Try `grep getenv *.cc'. You will see that there are surprisingly few
> > > of them.
> >
> > $ grep getenv *.cc
> > grep: *.cc: No such file or directory
> > [...]
> > With my grep, wildcards in that way are not possible?
> 
> - Wildcard expansion doesn't happen in the application but in the shell.
> - Wildcard expansion doesn't work recursively.
> - cd <where ever your sources are>/winsup/cygwin; grep getenv *.cc
> 
the "git" tools
are working very well under Cygwin, simple copy it from LINUX (shell
scripts)

git recursive-grep:
$ gitrgrep getenv "*.cc"

starts in the actual dir and scans recursively 
(OT ??)


> Corinna
> 
> --
> Corinna Vinschen                  Please, send mails regarding Cygwin to
> Cygwin Developer                                mailto:cygwin@cygwin.com
> Red Hat, Inc.
> 
> --
> Want to unsubscribe from this list?
> Check out: http://cygwin.com/ml/#unsubscribe-simple

-- 
with best regards / mit freundlichen Grüßen

   Heinz-Jürgen Oertel

===========================================
Heinz-Jürgen Oertel
port GmbH            phone +49 345 77755-0
Regensburger Str. 7c fax   +49 345 77755-20
D-06132 Halle/Saale  mailto:oe@port.de
Germany              http://www.port.de
===========================================

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]