Are there any tricks/sites/methods to use the linux man command in a more convenient way ? I love commands in terminal but for some strange reason I preferred to type man in firefox then in the terminal. The output is so long and I have to scroll forever to find what I need. Also the lack of example is a headache.
|
|
Assuming your |
|||
|
Try installing man2html. This will allow you to browse the man pages in Firefox or whatever browser you want to use. |
|||
|
|
|
You can try Some Linux distros still keep info pages, which are a hypertext sort of replacement for man pages. It never got much traction, so not all commands have info pages. I never liked them personally but you may like them. Look at the Remember that man uses nroff underneath (groff on Linux) and it can target a small subset of output types. I find postscript output useful, either with ghostview/kghostview on screen, or just dumping to a printer. I think the |
|||
|
|
|
I guess you need:
|
|||
|
|