Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!emory!gatech!taco!hobbes.catt.ncsu.edu!kdarling From: kdarling@hobbes.catt.ncsu.edu (Kevin Darling) Newsgroups: comp.os.os9 Subject: Re: msdos -> os9 Keywords: transmit procomm Message-ID: <1991May9.220715.9921@ncsu.edu> Date: 9 May 91 22:07:15 GMT References: <12127@mentor.cc.purdue.edu> Sender: news@ncsu.edu (USENET News System) Organization: North Carolina State University Lines: 16 hartlemp@mentor.cc.purdue.edu (Michael P Hartley) writes: > I am having some trouble transfering files from an MS-DOS machine to >a DEC rainbow running OS/9, via kermit. >The problem is that on the dos machine >the files are fine, but after transfer, the files on the OS/9 machine are not >correct. All of the return characters have been replaced with control-J's. >since ^J is a backpace, this really screws up attempts to replace them with >returns at the os/9 end. Any suggestions? Those are linefeeds :-). If you have the "tr" command, just do a: tr \0a \0d oldfile >newfile To change them all to returns. best - kev PS: I think kermit has an option to do that? Not sure.