Song Lining wrote:

> I just want to know how can I output a manpage to a text format.

        man /path/to/file > file.txt

You may wish to filter the output through

        sed 's/.^H//g'

(where `^H' is a literal Control-H character) to remove all the ^H
characters from the output.

-- 
Glynn Clements <[EMAIL PROTECTED]>

Reply via email to