Quote:
Originally posted by serji
hello friends!
i need to copy the output of several man pages in a text file.
i know "man ls > /tmp/ls" is a wrong idea because the output of "man ls" is not in text format.
i ve tried to do "script /tmp/file" and then "man ls" but the result is the same.
i ve tried to do "cat /tmp/file | nano textfile" but nano does not support this.
what must i do???
thanks
|
Don't know how to directly solve your problem. But what about
man2html? If you've got an apache installed, try "apt-get install
man2html" and view the manpages in your browser...there you
could print them maybe to a file with your printer-dialog...?
greez
