#!/bin/bash a=2462620 b=2462620 if [ "$a" -eq "$b" ]; then echo ... fi # If you want to print the exit code as well (instead of only ...
確定! 回上一頁