expr bc dc ((x=(id+5) * 5)); echo $x if [[ $id < 20 ]] ; then echo less ; else echo more ; fi ((id++)); echo $id let x=id*5 y=id+7 ((x=id*5))