Menu

Shell S Run Following Code Without Error S Shells Use Following Syntax Statements 2 Lt 4 E Q43827898

Which shell(s) will run the following code without error(s)?That is, which shells use the following syntax for ifstatements.

a=2

if [ $a -lt 4 ]

then

echo test is true

else

echo test is false

fi

Expert Answer


Answer to Which shell(s) will run the following code without error(s)? That is, which shells use the following syntax for if state…

OR