Shell流程控制

Shell流程控制 1.if else-if else 2.for循环 3.while 4.until 5.case 1.if else-if else if else-if else 语法格式: if condition1 then command1 elif condition2 then command2 else commandN fi 2.for循环 for循环一般格式为: for va
相关文章
相关标签/搜索