i have a number of files in a folder (on linux) called
picture20.mp4
picture21.mp4
picture100.mp4
picture115.mp4
e.t.c I would like to increase the number displayed in each name by 3 so that i have
picture23.mp4
picture24.mp4
picture103.mp4
picture118.mp4
I have experimented with the rename command, and tried to write a bash script using basename to extract the number but all of my tries didnt have the desired output. How can i do it?