Tagged Questions
15
votes
1answer
313 views
How does “man” restore the screen when I quit the program?
If I open a man page of a program like cat or ls, it prints (may not be the appropriate word) the contents of the man page and when I press q, it shows the screen just like before invoking the man ...
3
votes
2answers
417 views
Can I create a man page for a script? [duplicate]
Possible Duplicate:
How can I add man page entries for my own power tools?
Most (if not all) Linux commands have their man pages that describe their usage options etc.
Can I create similar ...
-5
votes
2answers
2k views
The most brutal man page [closed]
What is the most brutal man page that ever exists? Some man pages are hard to read / understand since they aren't well written / complete in term of details but some exist although they are ...
6
votes
1answer
208 views
Call man in bash shell for command under cursor
In zsh I can do Esc h for any command, get man page for this command, quit from the man pager and get my command back with all arguments. For example in my shell is entered:
zsh# tar -czvf docs.tgz ...
4
votes
2answers
251 views
'man' page is too narrow (not taking advantage of terminal size)
I'm making my first 'man' page and I'm using groff to do it. However, when I "compile" it and view it, it only takes up a certain amount of columns in my terminal. I've tried viewing other man pages ...
10
votes
2answers
636 views
Can I get individual man pages for the bash builtin commands?
Is there anywhere you can download a manpage for every builtin commands?
I know you can just use help or man bash and search to find info about it, but I want them separated, so I can just do man ...
2
votes
0answers
77 views
What are the difference between man1, man2, man3… folders? [duplicate]
Possible Duplicate:
What do the numbers in a man page mean?
What are the differences between manX pages?
Why are they separated?