From owner-freebsd-questions@FreeBSD.ORG Fri Aug 1 01:54:12 2003 Return-Path: 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 64E0137B401 for ; Fri, 1 Aug 2003 01:54:12 -0700 (PDT) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC69943FA3 for ; Fri, 1 Aug 2003 01:54:11 -0700 (PDT) (envelope-from anilg@niksun.com) Received: from niksuntest (anuket.mj.niksun.com [10.70.0.5]) by anuket.mj.niksun.com (8.12.6p2/8.12.3) with SMTP id h718qilU049388; Fri, 1 Aug 2003 04:53:18 -0400 (EDT) (envelope-from anilg@niksun.com) X-RAV-AntiVirus: This e-mail has been scanned for viruses. Message-ID: <091601c3580a$41eeeb80$1e003c0a@niksuntest> From: "Anil Garg" To: "Karl Pielorz" , References: <08ca01c35807$4abad740$1e003c0a@niksuntest> <68325843.1059730679@raptor> Date: Fri, 1 Aug 2003 14:22:30 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Subject: Re: How to remove ^M character X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 08:54:12 -0000 thanks :) ----- Original Message ----- From: "Karl Pielorz" To: "Anil Garg" ; Sent: Friday, August 01, 2003 2:07 PM Subject: Re: How to remove ^M character > > > --On 01 August 2003 14:01 +0530 Anil Garg wrote: > > > Hi, > > > > I ftp'd a file from windows to freebsd....not its every line has ^M at its > > end. > > Is there some command in vi (or some way) by which ^M can be removed. > > Or, on second thoughts - upload it via ftp in ASCII mode, not binary mode - > and the system should do it for you... :) > > -Kp >