Hey, I'm needing help renaming all the files in a directory. I have a lot of pictures in a lot f different folders that are named 01.jpg 02.jpg, etc. and I want to move them all into one folder. There in lies the problem. The files all need to be renamed, or over written. I have a lot of files to rename if I do it by hand and I hoped that you may have a better idea for me to try.
I'm running Slack 11, with the bare.i 2.4 kernal.
What I'm trying to do is just like .. mv /file/dir/01.jpg /file/dir/prefix_01.jpg but with everythig in the file. Would this work:
mv /file/dir/*.jpg /file/dir/prefix_*.jpg ?