diff --git a/pages/linux/help.md b/pages/linux/help.md new file mode 100644 index 000000000..a4fc489c3 --- /dev/null +++ b/pages/linux/help.md @@ -0,0 +1,28 @@ +# help + +> Display information about Bash builtin commands. +> More information: . + +- Display the full list of builtin commands: + +`help` + +- Print instructions on how to use the `while` loop construct: + +`help while` + +- Print instructions on how to use the `for` loop construct: + +`help for` + +- Print instructions on how to use `[[ ]]` for conditional commands: + +`help [[ ]]` + +- Print instruction on how to use `(( ))` to evaluate arithmetic expressions: + +`help \( \)` + +- Print instructions on how to use the `cd` command: + +`help cd`