Rename All Files to Uppercase Easily
From HowToGeek
If you want to rename all the files in the current directory to uppercase, you can do it with this quick rename command. You can also rename them to lowercase.
rename 'y/a-z/A-Z/' *
If you want to rename all the files in the current directory to uppercase, you can do it with this quick rename command. You can also rename them to lowercase.
rename 'y/a-z/A-Z/' *