Table of Contents

About

Display helpful information about builtin commands and shell control structures

Syntax

Help without options will print help for all the:

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.

Documentation / Reference