All checks were successful
code.softwareshinobi.com-learn/docker.softwareshinobi.com/pipeline/head This commit looks good
825 B
Executable File
825 B
Executable File
The help command
The help command displays information about builtin commands.
Display information about builtin commands.
If a PATTERN is specified, this command gives detailed help on all commands matching the PATTERN, otherwise the list of available help topics is printed.
Syntax
$ help [-dms] [PATTERN ...]
Options
| Option | Description |
|---|---|
-d |
Output short description for each topic. |
-m |
Display usage in pseudo-manpage format. |
-s |
Output only a short usage synopsis for each topic matching the provided PATTERN. |
Examples of uses:
- We get the complete information about the
cdcommand
$ help cd
- We get a short description about the
pwdcommand
$ help -d pwd
- We get the syntax of the
cdcommand
$ help -s cd