how to increment by 5 in bash code example Example: increment number bash i=$((i+1)) ((i=i+1)) let "i=i+1"