/ Published in: Bash
Rename files to lowercase easily
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
rename 'y/A-Z/a-z/' * find ./ -type f -exec rename 'y/A-Z/a-z/' {} \;