num1 -eq num2 check if 1st number is equal to 2nd number ... #!/bin/bash # Script to do numeric comparisons var1=10 var2=20 if [ $var2 -gt ...
確定! 回上一頁