sh increment variable

Shell
let "i=i+1"let "i++"let "i+=1"
Source

Also in Shell: