このチャプターでは、 if文について学習します。
条件分岐に利用できる制御構文if [ 条件式 ]then 処理1elif [ 条件式 ]then 処理2else 処理3fi
if [ 条件式 ]then 処理1elif [ 条件式 ]then 処理2else 処理3fi