I have come across a script (Perl) called dos2unix. You can check that out too. Google for the link.
Regards S. On Sat, 28 Aug 2004 05:46:04 +0200, Radek Kozlowski <[EMAIL PROTECTED]> wrote: > On Fri, Aug 27, 2004 at 10:52:04PM -0400, Mike Jeays wrote: > > If you are using plain vi, you can get rid of the unwanted characters > > with the command > > :1,$s/ctrl-v-m//g where "ctrl-v-m' means hold down the Ctrl key while > > you press v followed by m. You will see them magically disappear. > > Another way to do this: %s/\r// > > (% - act on all lines) > > -Radek > > > _______________________________________________ > [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > -- Subhro Sankha Kar School of Information Technology Block AQ-13/1 Sector V ZIP 700091 India _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"