strops4.tests 86 B

123
  1. # < > are not redirect operators
  2. [[ a > b ]]; echo 1:no:$?
  3. [[ a < b ]]; echo 2:YES:$?