What is the output of the following command in bash shell on Linux? $ i=2 $ [ $i -lt 2 ] || echo great
great
no output
test: syntax error
we will have to export the value of i