What is the output of the following command in bash shell on Linux? $ i=2 $ [ $i -lt 2 ] || echo great
Reveal answer
Fill a bubble to check yourself
What is the output of the following command in bash shell on Linux? $ i=2 $ [ $i -lt 2 ] || echo great