xref
: /
busybox-1.35.0
/
shell
/
hush_test
/
hush-test2
/
strops4.tests
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# < > are not redirect operators
2
[[ a > b ]]; echo 1:no:$?
3
[[ a < b ]]; echo 2:YES:$?
4