shell 编程 脚本 条件测试
shell脚本之条件测试
组合条件测试:在多个条件间实现逻辑运算 与:[ condition1 -a condition2 ]、condition1 && condition2 或:[ condition…
Linux干货
2015-08-24