RosettaCodeData/Task/Conditional-structures/UNIX-Shell/conditional-structures-1.sh
2023-07-01 13:44:08 -04:00

1 line
50 B
Bash

if test 3 -lt 5; then echo '3 is less than 5'; fi