About
Display helpful information about builtin commands and shell control structures
Articles Related
Syntax
Help without options will print help for all the:
- builtins
help [-s] [pattern]
where
- pattern gives detailed help on all commands matching pattern.
- -s restricts the information displayed to a short usage synopsis.
Return value
The return status is 0 unless no command matches pattern.