| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-Spam-Check-By: | sourceware.org |
| MIME-Version: | 1.0 |
| Subject: | RE: Problem with the dos2unix command |
| Date: | Fri, 19 Oct 2007 21:39:17 -0400 |
| Message-ID: | <31DDB7BE4BF41D4888D41709C476B657068AB72D@NIHCESMLBX5.nih.gov> |
| In-Reply-To: | <AB5E58B87EB73C46A38073D8F459F11335B8D2@dataspheresrv01> |
| References: | <AB5E58B87EB73C46A38073D8F459F11335B8D2 AT dataspheresrv01> |
| From: | "Buchbinder, Barry (NIH/NIAID) [E]" <BBuchbinder AT niaid DOT nih DOT gov> |
| To: | <cygwin AT cygwin DOT com> |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id l9K1dWFH021081 |
From: Patrick Monnerat; Sent: Wednesday, October 17, 2007 7:00 AM > I'm trying to convert a \r\n line-ending file to unix style, but this > file has some lines with their last character being \r (i.e.: the > sequence of binary bytes is ...\r\r\n...) > > Using dos2unix to convert it strips both \r, resulting in a byte > sequence ...\n... > > This seems to me a bug. I need the trailing \r in the file as a normal > character, not being part of the line ending. For the record, shouldn't the following work? sed -i -e 's/\r$//' file1, file2, ... -- 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |