I really don't like reading on the terminal. I just realized that I can create PDF files of my man pages, and it's really easy.
Normally you use man like so: man bash
but if you want to turn that into a pdf file, its really easy. Instead type:
man -t bash > bash.manpage.ps
ps2pdf bash.manpage.ps bash.manpage.pdf
and that is it!!
Normally you use man like so: man bash
but if you want to turn that into a pdf file, its really easy. Instead type:
man -t bash > bash.manpage.ps
ps2pdf bash.manpage.ps bash.manpage.pdf
and that is it!!
No comments:
Post a Comment