# All variables are strings within the shell # Although num look like a number, it is in fact a numerical string num=5 num=`expr $num + 1` # Increment the number