num=$(($onenum + $anothernum)) It's a bit silly that bash can't add normally as you'd expect (eg. $num + $num).
num=$(($onenum + $anothernum))
bash, numbersnum, onenum, anothernum, eg, num,