Shell腳本IF條件判斷和判斷條件總結

if list then do something here elif list then do another thing here else do something else here fi #!/bin/sh SYSTEM=`uname -s` #獲取操做系統類型,我本地是linux if [ $SYSTEM = "Linux" ] ; then #若是是l
相關文章
相關標籤/搜索