problem using recursive grep (-r option)

marco atzeri marco.atzeri@gmail.com
Wed Aug 8 10:03:00 GMT 2012


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



More information about the Cygwin mailing list