摘要: 无论什么编程语言都离不开条件判断。SHELL也不例外。 大体的格式如下: if list then do something here elif list then do another thing here else do something else here fi 一个例子: #!/bin/s 阅读全文