4 lines
86 B
Plaintext
4 lines
86 B
Plaintext
|
# < > are not redirect operators
|
||
|
[[ a > b ]]; echo 1:no:$?
|
||
|
[[ a < b ]]; echo 2:YES:$?
|