i'm embarrassed i even have to ask but I have a directory with m4a files that have the number of the track from the cd appended to the beginning of the filename, such as this:
1-01 Smash.m4a
how can I remove the "1-01 " using rename? or any other linux command for that matter. If it makes a difference, i'm on fedora-13.
EDIT (bonus points if you can explain why this doesn't work) just as a test, i tried this:
rename 1-0?? SSS *.m4a
without any changes made to any of the filenames in the directory