new gawk & sed in pipes (sed now acts binary; awk now does dos2unix)

2006-04-05 Thread Tom Rodman
The latest versions of gawk and sed appear to have changed how they process DOS text STDIN. This change in behavior has broken some of our scripts. Is this change in behavior by design? Can we revert back to the old design? Pls see test cases below. -- thanks, Tom Rodman # --

Re: new gawk & sed in pipes (sed now acts binary; awk now does dos2unix)

2006-04-06 Thread Tom Rodman
OK - I read Corinna's ANNOUNCEMENT on gawk-3.1.5-4. I'll try the BINMODE variable. Still not sure about sed, I'll look for a similar variable.. On Wed 4/5/06 13:24 CDT cygwin@cygwin.com wrote: > The latest versions of gawk and sed appear to have changed how they > process DOS text STDIN. This c