How to generate a list of all available man pages on a system?
feedback
|
|
Use:
or:
where | |||||
feedback
|
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
| |||||
feedback
|
|
Look in the paths listed in | |||||||
feedback
|
|
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):
| ||||
|
feedback
|