On 15:02 25 Mar 2002, Rob 'Feztaa' Park <[EMAIL PROTECTED]> wrote:
| Well, look into fetchmail. If you can't/won't use fetchmail, use a perl
| script that searches through a file and strips out all the ^M's... ;)
|
| It would be a pretty simple script. Here's a snippet:
|
| while (<STDIN>)
| {
| s/^M//g;
| print;
| }
|
| (of course, replace ^M with the actual character).
tr -d '\015'
is both shorter and faster.
--
Cameron Simpson, DoD#743 [EMAIL PROTECTED] http://www.zip.com.au/~cs/
A good catchword can obscure analysis for fifty years.