date

Avraham H. Fraenkel avraham.fraenkel@comMATCH.com
Sat Jan 13 21:37:00 GMT 2001


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



More information about the Cygwin mailing list