Path: utzoo!attcan!uunet!samsung!dali.cs.montana.edu!milton!uw-beaver!sumax!polari!tronix From: tronix@polari.UUCP (David Daniel) Newsgroups: comp.unix.questions Subject: Re: Stripping "hard returns" from UNIX mail files Message-ID: <2634@polari.UUCP> Date: 31 Oct 90 12:35:46 GMT References: <1990Oct23.135606@casbs.Stanford.EDU> <657182670.22483@ontmoh.UUCP> Reply-To: tronix@polari.UUCP (David Daniel) Organization: Seattle Online Public Unix (206) 328-4944 Lines: 17 Just a reminder: Unix doesn't utilize a 'CR' (ASCII 13), but instead uses a 'LF' (ASCII 10) to terminate a line. You'll need to check the docs on your word processor to be sure that it's using a CR rather than a LF. If you need to do the conversion the easiest way is to use thr 'tr' program resident on most Unix machines - tr /015 /012 LF-file -- David Daniel (The man with no disclaimer) tronix@polari.UUCP "Beware the Truth. If you find a Truth it can demand that you make painful changes." - Frank Herbert