Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 May 1999 23:17:52 +0400 (MSD)
From:      oZZ!!! <osa@etrust.ru>
To:        Terry Warner <keerf@www.netlabs.net>
Cc:        ports@FreeBSD.ORG
Subject:   Re: dos2unix
Message-ID:  <Pine.BSF.4.10.9905022316280.671-100000@ozz.etrust.ru>
In-Reply-To: <199905012136.RAA13575@www.netlabs.net>

next in thread | previous in thread | raw e-mail | index | archive | help


> 
> Can anyone tell me possiably where I can find
> a copy of dos2unix or dos2bsd for FreeBSd .. or is it in the ports dir
> already?
> 
> Terry Warner


#!/usr/bin/perl -pi
print STDERR "Converting \"$ARGV\" ...\n" if (eof || ($. == 0));
s/\015$//;               # strip ^M from end of line.
s/\032$//;               # strip ^Z if we see it (which'll be at EOF).
> 
> keerf@netlabs.net
> 
Rgdz,
Sergey A. Osokin,
osa@etrust.ru



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9905022316280.671-100000>