Linux學習筆記(9)之Shell編程入門--判斷語句

語法一:shell if [ 條件表達式 ]bash thenless 命令序列 1spa else code 命令序列 2ip fi字符串 語法二:class if [ 條件表達式 ]; thentest 命令序列file fi 語法三: if test 條件表達式 1 then 命令序列 1 elif [ 條件表達式 2 ] then 命令序列 2 else 命令序列 3 fi 編寫shell
相關文章
相關標籤/搜索