Rename All Files to Uppercase Easily

From HowToGeek

Jump to: navigation, search

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/' *