This command prefixes all files with "metronome-":
rename -v 's//metronome-/' *.jar
see: http://tips.webdesign10.com/how-to-bulk-rename-files-in-linux-in-the-terminal
Labels:
This command prefixes all files with "metronome-":
rename -v 's//metronome-/' *.jar
see: http://tips.webdesign10.com/how-to-bulk-rename-files-in-linux-in-the-terminal