From owner-freebsd-questions@FreeBSD.ORG Tue Apr 15 05:06:43 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 86EFD37B401 for ; Tue, 15 Apr 2003 05:06:43 -0700 (PDT) Received: from mail.gmx.net (pop.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 5BCA243FA3 for ; Tue, 15 Apr 2003 05:06:42 -0700 (PDT) (envelope-from blueeskimo@gmx.net) Received: (qmail 6552 invoked by uid 65534); 15 Apr 2003 12:06:40 -0000 Received: from i216-58-29-174.gta.igs.net (EHLO [216.58.29.174]) (216.58.29.174) by mail.gmx.net (mp016-rz3) with SMTP; 15 Apr 2003 14:06:40 +0200 From: Adam To: freebsd-questions@freebsd.org In-Reply-To: <200304151041.57911.a.carter@intrasoft.lu> References: <200304151041.57911.a.carter@intrasoft.lu> Content-Type: text/plain Organization: Message-Id: <1050408399.23151.17.camel@jake> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 15 Apr 2003 08:06:40 -0400 Content-Transfer-Encoding: 7bit Subject: Re: dos2unix??? 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: Tue, 15 Apr 2003 12:06:43 -0000 On Tue, 2003-04-15 at 04:41, CARTER Anthony wrote: > Is there an equivalent dos2unix program that will strip out DOS character > codes from text files? -$ which dos2unix /usr/local/bin/dos2unix -$ cat /usr/ports/converters/unix2dos/pkg-descr unix2dos and dos2unix are utilities that convert ASCII files from the DOS cr/lf format to the UNIX lf format They both exist in FreeBSD. -- Adam