I want to convert the following if statement to java, could someone explain to me what -a -a 5-lt 2
means. Is -a
is like and
?
if [ 4 -gt `echo "2+(3/2)" |bc` -a 5-lt 2]; then
Thank you Azad
I want to convert the following if statement to java, could someone explain to me what -a -a 5-lt 2
means. Is -a
is like and
?
if [ 4 -gt `echo "2+(3/2)" |bc` -a 5-lt 2]; then
Thank you Azad