/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
for i in *.JPG; do mv $i ${i%.JPG}.tmp; done
URL: http://stackoverflow.com/questions/2981208/how-to-rename-large-number-of-files