在Bash shell 中,可以使用if 或者[ ] (test)语句来执行条件测试。if 语句的一般形式如下: if command then statements fi. 如果command 命令成功执行(即返回值 ...
確定! 回上一頁