On Feb 4 19:58, Rokas Masiulis wrote: > Hi, >> i can't force to work sed in true binary mode: >> this is test case: >> $ echo -en '\r\n' | sed -e '' | od -t x1 > 0000000 0a > 0000001 >> but expected result is: > $ echo -en '\r\n' | od -t x1 > 0000000 0d 0a > 0000002 I've uploaded a new sed release 4.1.5-1, which also fixes the above problem. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/