help displays brief summaries of shell builtin commands. If PATTERN is specified, gives detailed help on all commands matching PATTERN, otherwise the list of help topics is printed.
查看英文版
查看中文版
help 语法
help [-dms] [PATTERN...]
help [-dms] [PATTERN...]
查看英文版
查看中文版
help 选项
-d
输出每个主题的简短描述。
-m
以伪手册页格式显示用法。
-s
只输出每个主题匹配的简短用法概要。
-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.
查看英文版
查看中文版
help 示例
help echo
显示内置shell命令echo的简要说明。
help echo
Display a brief description of the builtin shell command echo.
未知的网友