mirror of
https://git.busybox.net/busybox
synced 2025-05-13 14:14:01 +02:00
3 lines
86 B
Text
Executable file
3 lines
86 B
Text
Executable file
# < > are not redirect operators
|
|
[[ a > b ]]; echo 1:no:$?
|
|
[[ a < b ]]; echo 2:YES:$?
|