windows、linux查看命令帮助

来源:互联网 发布:php 三目运算符 简写 编辑:程序博客网 时间:2024/05/11 19:43

windows

command /? 

比如
这里写图片描述

linux

man command

比如
这里写图片描述

0 0