Recursive grep [WAS: Re: date]

Ashok Vadekar avadekar@certicom.com
Thu Jan 11 13:54:00 GMT 2001


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


More information about the Cygwin mailing list

AltStyle によって変換されたページ (->オリジナル) /