add command bash linux code example Example: add bash command a=`expr "$a" + "$num"` a=$(($a+$num)) ((a=a+num)) let a=a+num ((a+=num))