Gohaleg
2010-03-31 18:47:49 UTC
The problem is that the file names were changed and i need them to be the same as they were before the accident.
An example of a file is like : T4288x2844-02873.NEF
All files start with T4288x2844-
What i want to do is replace all "T4288x2844-" for "_DSC". This means that the file above would be renamed to _DSC02873.NEF
I can use Linux, Mac and Windows software to do it. I found some stuff using regex, but since i dont have much practice with that i did not mess around with it much.
I have around 10.000 files (yes i know i messed it up big time) so i really need a command, script, software... to automate this process...