NUMBER1 != NUMBER2 (arithmetic operator)
true if the two numbers are not equal.
Links
Examples
- Test if two numbers are not equal:
1(( n != 42 )) && echo "not equal!"
BashSupport Pro is a Bash IDE with support for != – try it now!
true if the two numbers are not equal.
| |