Shell編程10_if循環

if循環 結構 1.基本結構 if 條件1 then 動做1 else 動做2 fi 2.嵌套結構node if 條件1 then elif 條件2 then 動做2 ... else 動做3 fi 【練習1】輸入add建立用戶,輸入del刪除用戶 read -p "input Username:" USERNAME # read 輸入內容 # -p
相關文章
相關標籤/搜索