I have multiple files in a directory like 1.jpg, 2.jpg, 15.jpg etc. I want to add a specific value to these names -for eg: 10, so that the files are renamed to 11.jpg, 12.jpg, 25.jpg etc. Is there any way to achieve it?
(It's not bulk renaming. It's to do renaming by adding a value to the current name)