This is the mail archive of the
cygwin@sources.redhat.com
mailing list for the Cygwin project.
Re: Recursive grep [WAS: Re: date]
- To: "cygwin at cygwin dot com" <cygwin at cygwin dot com>
- Subject: Re: Recursive grep [WAS: Re: date]
- From: Ashok Vadekar <avadekar at certicom dot com>
- Date: Thu, 11 Jan 2001 16:54:05 -0500
- References: <3A5E2779.29738.E908D08@localhost> <3A5E274E.C57D2FD2@yahoo.com>
- Reply-To: avadekar at certicom dot com
On Thu, Jan 11, 2001 at 04:36:14PM -0500, Earnie Boyd wrote:
> find . -name \*.cc -exec echo '{}' ';' -exec grep getenv '{}' ';'
Or with fewer keystrokes:
find . -name \*.cc -print -exec grep getenv '{}' ';'
--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple