>>>>> "Tomas" == Tomas Petersson <[EMAIL PROTECTED]> writes:
Tomas> Hello, how can I convert man pages to DOS-text so I can Tomas> print them from my NT. If I just pipe to a file I get a Tomas> lot of unwanted characters, is there a utiliy for this? There's a nifty utility called 'col' which was designed just for that. Try piping the output from 'man' to 'col -b' before saving it, like: man man | col -b > man.txt Of course, 'man col' is somthing you'll want to do. :{) -- Benoit Goudreault-Emond Reply to: [EMAIL PROTECTED] PGP public key fingerprint: 11 43 A9 04 7C 11 41 44 5F FC 69 B1 B6 0A ED 78 E-mail me to receive the actual public key. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]