bash helper script help

likely something simple
I'm using sed to pull out the last 2 characters of an input. These 2 characters will be 2 numbers like 01 or 11 or 21.
I'm trying to increment them up by one every time I go around in a for; do loop.
01 is incrementing to 011, 012, 013, 014 when I really just want 01 to increment to 02, 03, 04...

Any help would be appreciated as it's most likely something I'm overlooking.


::edit::
Ha I got it. It was a spelling error.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.