linux shell if 語法

Linux shell if 語法 基本語法: if [ command ]; then 符合該條件執行的語句 fi 二、擴展語法: if [ command ];then 符合該條件執行的語句 elif [ command ];then 符合該條件執行的語句 else 符合該條件執行的語句 fi 注意: 一、[ ]表示條件測試。注意這裏的空格很重要。要注意在'['後面和']'前面都必需要有空格
相關文章
相關標籤/搜索