i=1 if(($i==1)) then echo "aaa" fi if(($i==0)) then echo "yes" elif(($i==1)) then echo "==1" else echo "unknow" fi