知识库Linux-Command获取帮助本页总览获取帮助方法一:命令help $ <command> --help$ <command> -h 例如 ls --help git --help 方法二:查询cheat.sh curl cheat.sh/<command> 例如 ls 命令 git 命令