if判斷成績

num=89
if test $num -ge 60 -a $num -le 100 ;then
    echo "及格 "
elif test $num -ge 0 -a $num -lt 60 ;then
    echo "不及格"
fi
相關文章
相關標籤/搜索