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