From owner-freebsd-questions@FreeBSD.ORG Sat Aug 28 08:00:25 2004 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 CB09C16A4CF for ; Sat, 28 Aug 2004 08:00:25 +0000 (GMT) Received: from outmx004.isp.belgacom.be (outmx004.isp.belgacom.be [195.238.2.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4949743D4C for ; Sat, 28 Aug 2004 08:00:25 +0000 (GMT) (envelope-from geert@lori.mine.nu) Received: from outmx004.isp.belgacom.be (localhost [127.0.0.1]) with ESMTP id i7S80MTg005578 for ; Sat, 28 Aug 2004 10:00:22 +0200 (envelope-from ) Received: from lori.mine.nu (106-148.244.81.adsl.skynet.be [81.244.148.106]) with ESMTP id i7S80Gui005531; Sat, 28 Aug 2004 10:00:16 +0200 (envelope-from ) Received: by lori.mine.nu (Postfix, from userid 1000) id 016C4ACC; Sat, 28 Aug 2004 09:59:45 +0200 (CEST) Date: Sat, 28 Aug 2004 09:59:45 +0200 From: Geert Hendrickx To: Subhro Message-ID: <20040828075945.GA8062@lori.mine.nu> References: <34b425c50408271652314776b1@mail.gmail.com> <1093661524.743.111.camel@chaucer> <20040828034604.GA492@werd> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2i X-GPG-Key: http://lori.mine.nu/gnupgkey.asc X-GPG-Key-ID: 1024D/766C1E92 X-Accept-Language: nl,en cc: shchoi@gmail.com cc: FreeBSD-questions Subject: Re: vi editor related question 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: Sat, 28 Aug 2004 08:00:25 -0000 On Sat, Aug 28, 2004 at 09:20:54AM +0530, Subhro wrote: > I have come across a script (Perl) called dos2unix. You can check that > out too. Google for the link. > > Regards > S. It's in the Ports tree: textproc/unix2dos. Simply do: "dos2unix " if you want to edit the file under FreeBSD (UNIX), and "unix2dos " if you want to edit it under Windows (DOS). GH