Return to Snippet

Revision: 48768
at July 8, 2011 20:53 by magicrebirth


Initial Code
for i in *.JPG; do mv $i ${i%.JPG}.tmp; done

Initial URL
http://stackoverflow.com/questions/2981208/how-to-rename-large-number-of-files

Initial Description


Initial Title
Shell : How to rename/mv large number of files

Initial Tags
unix, copy

Initial Language
Bash