n1=4242 n2=2424 if ((n1>n2)) then echo "$n1 est supérieur à $n2" else echo "$n1 est inférieur à $n2" fi unset n1 n2