Hey this might be waaaay off base and somebody correct me if there is already a work-around on this.
I was looking to do a multi-file renaming in Batocera under SSH for Dreamcast as most of my files are of the ".GDI" verity. I know in ubuntu I can use command "rename" to rename specific parts of a batch file naming convention under a specific directory. Does anyone have a workaround as I do not want to do a transfer off of my build to a windows or ubuntu build to put them back on again....
example: file: "Jetset radio.GDI" points to: "track01.bin, track02.raw, track03.bin, track04.raw"
command "rename -v 's/track/jetsetradio/' *track" = "jetsetradio01.bin, jetsetradio02.raw, etc.