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
相关文章
相关标签/搜索