On 8/8/2012 11:11 AM, AngusC wrote:
DO NOT TOP POST !
I did try the --include way but in Cygwin it didn't work for some reason. Neither does find "." -name "*.log" -exec grep -nH "my pattern" {} \;
find "." -name "*.log" -exec grep -nH "my pattern" \{\} \; -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple