Thursday, June 7, 2007

Print man pages

to print MAN pages

man -t MANPAGE > manpage.ps

This saves the file to a text file.


or

man command | col -b >command.txt

ie. man less | col -b >less.txt --> creates a file "less.txt" and you can print it.

No comments: