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



On Thu, 11 Jan 2001, Heinz-Juergen Oertel wrote:

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

You can try also :

$ find . -name \*.cc | xargs grep getenv 

 see man xargs and man find

Avraham



--
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]