Loading

随笔分类 -  Shell

摘要:格式 if list then do something here elif list then do another thing here else do something else here fi 示例 #!/bin/bash a=1 b=2 if [ $a -gt $b ];then # 中 阅读全文
posted @ 2021-12-07 23:41 北兢王 阅读(133) 评论(0) 推荐(0)