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 read and get the read manpage.
|
Is there anywhere you can download a manpage for every builtin commands? I know you can just use |
||||
|
Try this:
You may have to hit n a couple of times to get to the actual command instead of a paragraph that happens to have the command name as the first word. |
||||
In zsh:
or type If you want to have a single
|
|||||||||||||
|
builtins (1)man page. This is still a big aggregate document, but at least it's just the builtins and not everything to do with bash. – mattdm♦ Aug 4 '11 at 20:45