John

Here is another solution to removing those '^M'
chars. This is a lot simpler
than my last idea :-

sed 's/^M//g' YOUR_FILE > YOUR_NEW_FILE

Michael Thomas
www.abcXyz.com

> ------------------------------------------------
---------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the
manual)
>    http://lists.mysql.com/           (the list
archive)
>
> To request this thread, e-mail
<[EMAIL PROTECTED]>
> To unsubscribe, e-mail
<[EMAIL PROTECTED]
ysql.com>
> Trouble unsubscribing? Try:
http://lists.mysql.com/php/unsubscribe.php
>
>



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to