Bash Increment Counter Integer Variable

Reply to comment

Thank you. I've only seen the x=$((x+1)) variant. The ((x++)) is a new one for me.