From owner-freebsd-questions@FreeBSD.ORG Fri Jun 20 12:57:42 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 983AA37B401 for ; Fri, 20 Jun 2003 12:57:42 -0700 (PDT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC6A343FD7 for ; Fri, 20 Jun 2003 12:57:41 -0700 (PDT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.9/8.12.9) with ESMTP id h5KJveOg021588; Fri, 20 Jun 2003 15:57:40 -0400 (EDT) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.9/8.12.9/Submit) id h5KJveJ3021587; Fri, 20 Jun 2003 15:57:40 -0400 (EDT) From: Jerry McAllister Message-Id: <200306201957.h5KJveJ3021587@clunix.cl.msu.edu> To: fabmirha@ns.isi.ulatina.ac.cr (Fabio Miranda Hamburger) Date: Fri, 20 Jun 2003 15:57:40 -0400 (EDT) In-Reply-To: from "Fabio Miranda Hamburger" at Jun 20, 2003 01:44:37 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: tr 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, 20 Jun 2003 19:57:42 -0000 > > How can I remove annoy "^D" end of line from MS systems? > I know there is an utility called dos2unix. > But I think It's possible to do it with freebsd tr. > How would that be? tr -d "\r" < MSinfile > cleanoutfile ////jerry > > thanks, > > --- > Fabio Andres Miranda > Ingenieria de sistemas informaticos > Universidad Latina - Costa Rica