RosettaCodeData/Task/Conditional-structures/UNIX-Shell/conditional-structures-4.sh

3 lines
99 B
Bash
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
test 3 -lt 5 && echo '3 is less than 5'
test 4 -ge 6 || echo '4 is not greater than or equal to 6'