help
help linux command cheatsheet by Thamizhiniyan C S
Introduction
The help
command is used to provide information on built-in commands. Built-in commands are any programs bundled with your version of the bash shell. You can use the help
command to get information on a specific command.
Syntax
help [-dms] [pattern ...]
Important Flags
Flag
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 PATTERN. (Pattern specifying a help topic)
Last updated
Was this helpful?