if與shell

IF條件判斷 一、基本語法: if [ command ]; then 符合該條件執行的語句 fi 二、擴展語法: if [ command ];then 符合該條件執行的語句 elif [ command ];then 符合該條件執行的語句 else 符合該條件執行的語句 fi 三、語法說明: bash shell會按順序執行if語句,若是command執行後且它的返回狀態是0,則會執行符合該條
相關文章
相關標籤/搜索