[geeklog-users] Problems with special characters [SOLVED?]

kko karkoma at karkomaonline.com
Sat Nov 15 10:33:36 EST 2003


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' < annoying_file.txt > clean_file.txt
</code>

Alberto.

-- 
kko <karkoma at karkomaonline.com>
karkomaonline




More information about the geeklog-users mailing list