Subscribe to How-To Geek

Rename All Files to Lowercase Easily

From HowToGeek

Jump to: navigation, search

If you've ever wanted to rename every file inside the current directory to lowercase, you can use the rename command with this quick regular expression to accomplish it quickly. You can also rename to uppercase.

rename 'y/A-Z/a-z/' *

 

Our Friends
Getting Started
About How-To Geek
What Is That Process?
svchost.exe
jusched.exe
dwm.exe
ctfmon.exe
wmpnetwk.exe
wmpnscfg.exe
rundll32.exe
wfcrun32.exe
Ipoint.exe
Itype.exe
Wfica32.exe
Mobsync.exe
Cmd.exe
Dpupdchk.exe Adobe_Updater.exe

All content on the How-To Geek Wiki is licensed under a Creative Commons License