First option is use command test to binary compare numbers. For example: if [ $a -eq $b ]; then echo "a == b" else echo a!=b fi. An operator"-eq" is equal ...
確定! 回上一頁