Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!cmcl2!harvard!talcott!panda!genrad!decvax!decwrl!pyramid!nsc!voder!kontron!cramer From: cramer@kontron.UUCP (Clayton Cramer) Newsgroups: net.micro.atari Subject: Re: Downloading Un*x files Message-ID: <522@kontron.UUCP> Date: Thu, 20-Feb-86 12:45:55 EST Article-I.D.: kontron.522 Posted: Thu Feb 20 12:45:55 1986 Date-Received: Mon, 24-Feb-86 06:17:06 EST References: <12184175161.9.ATWELL@UTAH-20.ARPA> Organization: Kontron Electronics, Irvine, CA Lines: 15 > I have been trying to download some files from a Un*x machine > and apparently what arrives doesn't have carriage returns. Can > anyone send me a program to convert from Un*x to ST text format, > either to run on the ST or the host? > > Thanks in advance > > Bart Atwell > > ------- One of the annoying things about UNIX (compared to SENSIBLE operating systems) is that "line feed" is the end of line marker. Your best bet is to write a filter under UNIX to replace '\n' with "\0x0d\n" in the file you are downloading.