try this:
man ls| col -b >ls.txt
or you could print this :
man ls| col -b| lpr
---------------------------------------------------------------
Murgoci Ionut - SysAdm, Computer HighSchool "Gr. Moisil"
City: IASI| Country: Romania| E-mail: [EMAIL PROTECTED]
PS: "Imagination is the only weapon in the war against reality."
On Fri, 16 Jun 2000, Antony Stace wrote:
> Hi Folks
>
> How can I convert a unix man page to plain text? ie
>
> man ls > /tmp/ls_man
>
> produces a file /tmp/ls_man with lots of formatting code in it. I want
> to get ride of this formatting code.
>
> Cheers
>
> Tony
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
> the body of a message to [EMAIL PROTECTED]
> Please read the FAQ at http://www.linux-learn.org/faqs
>