The function of the help
command is to display help information, and it can output the help content of shell
internal commands, but it cannot be used for external commands. You can use the man
or info
command to view it.
Syntax format: help [parameter] command name
Common parameters:
Example
#查看cd命令的帮助help cd # 输出cd命令的简短帮助信息help -d cd
This article is reprinted from https://xugaoxiang.com/2022/08/15/linux-cmds-95-help/
This site is for inclusion only, and the copyright belongs to the original author.