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 ist eine Bash IDE mit Unterstützung für != – probieren Sie es aus!