Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!cmcl2!seismo!lll-crg!ucdavis!ucbvax!info-atari From: info-atari@ucbvax.UUCP Newsgroups: net.micro.atari Subject: Re: Downloading Un*x files Message-ID: <8602201643.AA07836@ulysses.UUCP> Date: Thu, 20-Feb-86 11:43:29 EST Article-I.D.: ulysses.8602201643.AA07836 Posted: Thu Feb 20 11:43:29 1986 Date-Received: Mon, 24-Feb-86 04:30:58 EST References: <12184175161.9.ATWELL@UTAH-20.ARPA> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 12 While I don't have an ST, you may want to check what the value of a carriage return is on the ST, then use the UNIX 'tr' command to translate a UNIX CR ('^J' or 012 octal) to the ST CR (lets say it's '^M' or 015 octal). So on UNIX issue the command: tr "\012" "\015" ST_file this will change the '^J' to '^M' in the Unix_file and put the result in the ST_file, which can then be downloaded. This is what I do to download UNIX files to my Atari 8-bitter (CR=233 octal). Owen Alexander