shell script 的數字相加: a="10" b="20" c=`expr $a + $b` shell script 的數字判斷: declare -i num="60" if [ $num -gt 50 ]; then
確定! 回上一頁