Tagged Questions
10
votes
2answers
676 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
5answers
446 views
missing man pages of some commands
Typing man alias gives me
No manual entry for alias
The same thing goes for export and eval. At first I thought it only happens to shell built-in commands but man echo gives me the man page.
...