Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!uxc!uxc.cso.uiuc.edu!m.cs.uiuc.edu!s.cs.uiuc.edu!melby From: melby@s.cs.uiuc.edu Newsgroups: comp.sys.mac Subject: Re: Text formatting when uploading to U Message-ID: <214000014@s.cs.uiuc.edu> Date: 27 Jan 89 13:26:00 GMT References: <1320@pbhyc.PacBell.COM> Lines: 5 Nf-ID: #R:pbhyc.PacBell.COM:1320:s.cs.uiuc.edu:214000014:000:161 Nf-From: s.cs.uiuc.edu!melby Jan 27 07:26:00 1989 You have to convert carriage returns to linefeeds. This can be done on the UNIX system using the following command: tr '\015' '\012' < oldfile > newfile