> The UNIXy way to do this is
>
> find | xargs grep <pattern>
>
or find -exec grep <pattern> \{\} \; -print
proving once again there is more than one way to do just about anything.
Brian
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com