arith-bash1.tests 78 B

12345
  1. # checks for [[ ]]
  2. # && and ||
  3. [[ a && "" ]]; echo $?
  4. [[ a || "" ]]; echo $?