I have 70ish shell scripts, named 1.man-pages.sh, 2.tcl.sh, 3.expect.sh etc.
I have made a mistake and need to rename these files by adding 1 to the number (eg 1.man-pages.sh => 2.man-pages.sh, 3.tcl.sh 4.expect.sh).
It's rather tedious to mv these each by hand. Does anyone have a suggestion for a bash one liner?