Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
X-Authentication-Warning: tcmmh003.elex.co.il: avhf owned process doing -bs
Date: Sun, 14 Jan 2001 07:36:03 +0200 (IST)
From: "Avraham H. Fraenkel" <avraham.fraenkel@comMATCH.com>
X-Sender: avhf@tcmmh003
Reply-To: "Avraham H. Fraenkel" <avraham.fraenkel@comMATCH.com>
To: Heinz-Juergen Oertel <oe@port.de>
cc: Corinna Vinschen <cygwin@cygwin.com>
Subject: Re: date
In-Reply-To: <3A5DB925.796D2414@port.de>
Message-ID: <Pine.GHP.4.10.10101140734130.1842-100000@tcmmh003>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII


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

