From owner-freebsd-questions@FreeBSD.ORG Wed Apr 19 20:49:56 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E786F16A402 for ; Wed, 19 Apr 2006 20:49:56 +0000 (UTC) (envelope-from kyrreny@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7761A43D45 for ; Wed, 19 Apr 2006 20:49:56 +0000 (GMT) (envelope-from kyrreny@broadpark.no) Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IXZ0011GLV7KU10@osl1smout1.broadpark.no> for questions@freebsd.org; Wed, 19 Apr 2006 22:49:55 +0200 (CEST) Received: from urban.broadpark.no ([80.203.212.30]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IXZ001NHLV5VZ20@osl1sminn1.broadpark.no> for questions@freebsd.org; Wed, 19 Apr 2006 22:49:55 +0200 (CEST) Date: Wed, 19 Apr 2006 22:49:57 +0200 From: Kyrre Nygard In-reply-to: <6.0.0.22.2.20060418083557.02995b58@mail.computinginnovatio ns.com> To: Derek Ragona , questions@freebsd.org Message-id: <7.0.1.0.2.20060419224932.02186e50@broadpark.no> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: <7.0.1.0.2.20060418150817.02110d10@broadpark.no> <6.0.0.22.2.20060418083557.02995b58@mail.computinginnovations.com> Cc: Subject: Re: Text files going double lined X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 20:49:57 -0000 At 15:38 18.04.2006, Derek Ragona wrote: >Usually this is a result of the wrong end-of-line characters being >used, depending on what the output device expects. > >In UNIX, end-of-line is just a line-feed, in MS-DOS/Windows >end-of-line is a carriage-return line-feed pair. > >You may need to change the end-of-line characters to suit your needs >and output device. > > -Derek I see, so this is them damn carriage returns after all huh? Damn them!