Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Apr 2000 11:11:11 +1200
From:      Jonathan Chen <Jonathan.Chen@itouch.co.nz>
To:        "David J. Kanter" <djkanter@nwu.edu>
Cc:        FreeBSD questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Convert DOS -> Unix text
Message-ID:  <20000428111111.A6007@jonc.itouch.co.nz>
In-Reply-To: <20000426175651.A92365@localhost.localdomain>; from djkanter@nwu.edu on Wed, Apr 26, 2000 at 05:56:51PM -0500
References:  <20000426175651.A92365@localhost.localdomain>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Apr 26, 2000 at 05:56:51PM -0500, David J. Kanter wrote:
[..]
> How can I convert DOS text into BSD text? I looked at convert, but that
> seems to be for images only.

There's always tr(1).

	tr -d "\015" < dos > unix

-- 
Jonathan Chen <jonathan.chen@itouch.co.nz>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000428111111.A6007>