*BSD News Article 97541


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!howland.erols.net!newshub2.home.com!newshub1.home.com!news.home.com!news1.best.com!nntp2.ba.best.com!zenin!thrush.omix.com!byron
From: Zenin <zenin@best.com>
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: dos2unix
Date: 11 Jun 1997 09:51:28 GMT
Lines: 15
Message-ID: <5nlsf0$s58$1@nntp2.ba.best.com>
References: <339E506B.D46@slt.lk>
NNTP-Posting-Host: thrush.omix.com
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:42733

Samath Wijesundera <samath@slt.lk> wrote:
> Dear FreeBSD Users,

> Does anyone know if there is script or a utility to convert dos text
> files to unix format for BSD?

	tr -d '\r' < dosfile.txt > unixfile.txt

	This really is a question for the comp.unix.shell.* (or whatever
	they are called) groups however.

-Zenin
 zenin@best.com