2015年10月29日

摘要: 一、case命令case variable invalue1)command(s);;value2)command(s);;*)command(s);;esac如果case变量没有被匹配,程序就执行*)后面的语句。case值中允许出现Shell通配符和竖线(|)作为OR操作符二、if命令if com... 阅读全文
posted @ 2015-10-29 23:29 chenxiaopang 阅读(955) 评论(0) 推荐(0) 编辑

导航