[GnuWin32-Users] gnuwin32 SED for Windows and keeping CRLF output?

2008-02-07 Thread forpete
Hi, i am using the gnuwin32 SED for Windows (GNU sed v4.1.5) and i was wondering how i could preserve the CRLF on the end of the lines in Windows/DOS based text files. I want to do in place editing of some text files and keep the CRLF and i don't want to use SED in combination with pipelines.

Re: [GnuWin32-Users] gnuwin32 SED for Windows and keeping CRLF output?

2008-02-07 Thread Kees Zeelenberg
Use the -T (--textmode) option or filter sed's output with unix2dos. Kees Zeelenberg - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Thursday, February 07, 2008 1:29 PM Subject: [GnuWin32-Users] gnuwin32 SED for Windows and keeping CRLF output? > Hi, > > i am using the gnuwin3