Dear Tuyanyi,

what has been changed in sed and awk is handling of carriage returns. The sed 
and awk of older Cygwin version strip \r from the input. Newer versions behave 
like the same tools on Linux and don't strip CR. This is documented in the 
release notes, intended behavior and has been discussed quite extensively on 
the list (I complained about the same issue some-time last year).

The options you have is either to strip the \r characters away first (e.g. 
using tr) or to compile old versions of awk and/or sed from sources.

Best regards,

Michael
Intel Deutschland GmbH
Registered Address: Am Campeon 10-12, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de
Managing Directors: Christin Eisenschmid, Christian Lamprechter
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928

--
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

Reply via email to