Created
January 10, 2013 03:44
-
-
Save mathewbyrne/4499247 to your computer and use it in GitHub Desktop.
A quick way to rename all files in the current folder to lowercase.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/zsh | |
# Requires zsh with zmv loaded | |
# autoload -U zmv | |