Re: changing CRLF to just LF in AIX file

From: Ross Alexander (ralexan9@telusplanet.net)
Date: Thu Oct 24 2002 - 14:53:13 EDT


On Thu, 24 Oct 2002, Leyden, Joseph wrote:

> If this is changing all CR-LF(hex:0D0A) to BLANKS
> :%s\(ctrl v)(ctrl m)\ \g
> how do I just change it to LF (hex:0A)
> thanks in advance,
> Joe Leyden

tr -d \\015

regards,
Ross

--
Ross Alexander
(780) 975 3505 cell / (780) 433 6725 home
ralexan9@telusplanet.net


This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 22:16:17 EDT