Shell —— 控制結構(if、case、for、while)

if 分支語句 語法:linux if [ expression ] then Statement(s) to be executed if expression is true else Statement(s) to be executed if expression is not true fi 代碼:web #!/bin/bash a=10 b=20 if ["$a"-gt
相關文章
相關標籤/搜索