标签:linux bash
echo $?
if [ $a -gt $b ];thenecho "$a is bigger than $b."elif [ $a -eq $b ];thenecho "$a equal $b"elseecho "$a is small than $b"fi
compare two digital
原文地址:http://blog.51cto.com/546136/2073766