Re: CR stripped in files with CR/LF by 'ed' while in binary mode.

2003-02-19 Thread Christopher Faylor
On Wed, Feb 19, 2003 at 12:33:50PM -0800, KMatte wrote: >Using 'ed' to modify a file with 'CR/LF' at the end of each >line results in the CR's being stripped out. Correct. ed is linked with automode.o. It reads textmode input and writes binmode output. >I don't believe this is the desired behav

CR stripped in files with CR/LF by 'ed' while in binary mode.

2003-02-19 Thread KMatte
Using 'ed' to modify a file with 'CR/LF' at the end of each line results in the CR's being stripped out. I have: -export CYGWIN=binmode - all mounts in binmode C:\app\cygwin\usr\X11R6\lib\X11\fonts on /usr/X11R6/lib/X11/fonts type system (binmode) c:\app\cygwin\bin on /usr/bin ty