Shell脚本IF条件判断和判断条件总结
前言: 无论什么编程语言都离不开条件判断。SHELL也不例外。 复制代码代码如下: if list then do something here elif list then do another thing here else do...
前言: 无论什么编程语言都离不开条件判断。SHELL也不例外。 复制代码代码如下: if list then do something here elif list then do another thing here else do...