NUMBER1 < NUMBER2 (arithmetic operator)
true if number1 is less than number2.
Links
Examples
- Test if a number is less than another number:
1(( n < 42 )) && echo "less than 42!"
BashSupport Pro ist eine Bash IDE mit Unterstützung für < – probieren Sie es aus!