Date: Sun, 30 Nov 2003 22:39:20 -0600 From: Bryan Cassidy <b_cassidy@bellsouth.net> To: freebsd-questions@freebsd.org Subject: Re: Remove ^M characters from xhtml file Message-ID: <20031130223920.662ce149.b_cassidy@bellsouth.net> In-Reply-To: <200312010353.01517.freebsd-questions@webteckies.org> References: <20031201031602.GA80581@bsdjunky.homeunix.org> <20031130212913.1d7c0126.b_cassidy@bellsouth.net> <20031130213933.72712e71.b_cassidy@bellsouth.net> <200312010353.01517.freebsd-questions@webteckies.org>
next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Well, why have a BUNCH of ^M characters in your file if you don't *need* them? If there is no point in having these characters I want them removed. BTW, your command worked fine. I've tried it on several files and it works just fine. Thanks. On Mon, 1 Dec 2003 03:53:00 +0100 Melvyn Sopacua <freebsd-questions@webteckies.org> wrote: > On Monday 01 December 2003 04:39, Bryan Cassidy wrote: > > > Well, I take that back. It worked on 1 file and then ir started > > erasing the contents of the file. > > > > On Sun, 30 Nov 2003 21:29:13 -0600 > > > > Bryan Cassidy <b_cassidy@bellsouth.net> wrote: > > > > Sorry about sending you a e-mail directly. The tr -d '/r' < name > > > > > Robin Schoonover <end@endif.cjb.net> wrote: > > > > name). Also you can use the tr command (tr -d '\r' < name > > > Spot the difference. > > Another way: perl -pi.bak -e 's/\r$//' *.xhtml > > BTW: why is this even an issue that needs a solution? XHTML doesn't > care one way or the other, since all linear spacing is folded into one > space.-- > Melvyn > > ======================================================= > FreeBSD sarevok.webteckies.org 5.2-BETA FreeBSD 5.2-BETA #1: Sat Nov > 29 00:15:33 CET 2003 > root@sarevok.webteckies.org:/usr/obj/usr/src/sys/ SAREVOK_NOFW_DBG > i386======================================================= > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/ysX4m8uTTHnDH3ERAuv7AKCyUppGcn1gttFeGPQKRaHcMSqfMgCdFpJd T0jXqXZgUEFi5gsM0DkkgSo= =eors -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031130223920.662ce149.b_cassidy>