[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] FAQ alert: Losing ^M
- Subject: [ale] FAQ alert: Losing ^M
- From: jimpop at rocketship.com (Jim Popovitch)
- Date: Tue, 7 May 2002 16:15:36 -0400
> -----Original Message-----
> From: Kevin Krumwiede [mailto:krum at smyrnacable.net]
>
> vi, pico... It must be the day for making things complicated!
>
> What's wrong with 'cat $file | tr -d \\15 > ~tmp && mv ~tmp $file'?
>
> Okay, nevermind.
>
> Krum
>
and another.... ;-)
perl -e 's/^V^M//g' <filename>
-Jim P.
---
This message has been sent through the ALE general discussion list.
See http://www.ale.org/mailing-lists.shtml for more info. Problems should be
sent to listmaster at ale dot org.