blog:shell:03_shell_cond_and_branch

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
blog:shell:03_shell_cond_and_branch [2022/08/26 11:14] caodanblog:shell:03_shell_cond_and_branch [2022/08/26 11:31] (当前版本) caodan
行 33: 行 33:
 3. 逻辑判断 3. 逻辑判断
  
-    ``` +``` 
-    [ condition -a condition ] 与 +[ condition -a condition ] 与 
-    [ condition -o condition ] 或 +[ condition -o condition ] 或 
-    [ condition ! condition ]  非 +[ condition ! condition ]  非 
-    ```+```
  
 4. 字符串判断 4. 字符串判断
  • blog/shell/03_shell_cond_and_branch.txt
  • 最后更改: 2022/08/26 11:31
  • caodan