How to generate a list of all available man pages on a system?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
Use:
or:
where |
|||||
|
This produces a list of all man files, using the list of man directories that is produced by "man -w", however, cYrus's any-character-regex solution is much better, pipe though awk to get a clean list of just the page names:
or
|
|||||
|
|
Here's my favourite:
… and if you just want to see all the man pages in a particular section use the For example, if you just wanted to get a list of all man pages for all executable commands (section 1):
|
||||
|
|
|
Look in the paths listed in |
|||||||
|