Date: Sun, 8 May 2005 21:40:47 +0200 From: regisr <regisr@pobox.com> To: "Fafa Hafiz Krantz" <fteg@london.com> Cc: questions@freebsd.org Subject: Re:[freebsd] On removing ^M Message-ID: <20050508214047.109a3584.regisr@pobox.com> In-Reply-To: <20050508192019.127ED1CE303@ws1-6.us4.outblaze.com> References: <20050508192019.127ED1CE303@ws1-6.us4.outblaze.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 08 May 2005 14:20:19 -0500 "Fafa Hafiz Krantz" <fteg@london.com> wrote: > I am wondering what is needed (what tool or what code) to > do a mass (recursive) removal of ^Ms? try: tr -d "\r" < input-file > output-file -- <regisr>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050508214047.109a3584.regisr>