On Sat, 2003-11-15 at 02:16, kko wrote:
> After some tests I've found a dirty workaround for the problem...
> 
> [code]
>      tr '\\\\015' '\\\\012' < annoying_file.txt > clean_file.txt
> [/code]
Correction...

<code>
        tr -d '\\\\15' &lt; annoying_file.txt &gt; clean_file.txt
</code>

Alberto.

-- 
kko <[EMAIL PROTECTED]>
karkomaonline

Reply via email to