|
|||||||||||
|
Re: Converting Msdos files to UNIX
From: Stephen Colson <scolson(at)westpole.com>
Date: Wed Apr 30 2003 - 07:52:31 EDT Not sure if 3.2 has it, but look for the command tr: tr "^M" "[\012*]" < input.file > output.file Mind you '^M' should be a single character--to make it, type control-v followed by control-m. "[\012*]" is to replace ^M with the standard *nix newline char. -s
On Wednesday 30 April 2003 03:17 pm, Chris Hedemark wrote:
This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 13:34:25 EDT |
||||||||||
|
|||||||||||