thessoro
05-30-2003, 07:23 AM
hi!
I want to know if this can be done:
In my "music" directory i have thousands of mp3 files, but they are named in a quite messing way without following any pattern.
i want them to be named as follows:
for example the file:
tHe lightning Seeds - PURE.mp3 would be ->The Lightning Seeds - Pure.mp3
That is making the first character of each word uppercase and the rest lowercase. I think maybe i can use some kind of regular expression to process them all, like a filter, using awk or some other text handling command.
Any ideas??
I want to know if this can be done:
In my "music" directory i have thousands of mp3 files, but they are named in a quite messing way without following any pattern.
i want them to be named as follows:
for example the file:
tHe lightning Seeds - PURE.mp3 would be ->The Lightning Seeds - Pure.mp3
That is making the first character of each word uppercase and the rest lowercase. I think maybe i can use some kind of regular expression to process them all, like a filter, using awk or some other text handling command.
Any ideas??