Совет дня: Арифметические операции в bash
-
# Returns true if the numbers are equal
[[ ${arg1} –eq ${arg2} ]]
# Returns true if the numbers are not equal
[[ ${arg1} –ne ${arg2} ]]
# Returns true if...
50 минут назад