I have files with this format: ddmmyyyyRANDOM.mp3
and i want to rename them in: yyyy-mm-dd-RANDOM.mp3
RANDOM is a random string which can include spaces.
not a homework question. I am struck here and i tried various regex but coudnt find out. I need to write bash script
renameutility that has all the beautiful power of perl-regexps!