I would like to rename many files, named like this:
cc cc nn - ccccccc ccc cccccccc - nnnnnn.mp3
where "c" means a character and "n" means a number
cc cc nn - ccccccc ccc cccccccc - nnnnnn.mp3
^^^^^^ these (^) are the numbers I want to change.
I want to numbers to count up like 000001, 000002, ... , 084521
I am using linux, all the usual command line tools available.
Basically I want to replace the positions 35-40 of the file names with a number that it's counting up.
rename
? – ndemou Sep 21 '19 at 05:53