if [ $a -eq $b ] # Check if a equals b. then # If a is equal to b. echo "The numbers $a and $b are equal" # Then execute this.
確定! 回上一頁