Last active
August 29, 2015 14:03
-
-
Save Greymalkin/d735ba6ed5cbcec556b3 to your computer and use it in GitHub Desktop.
Bulk Rename in folder of filesystem (to lower case)
This file contains hidden or 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
brew install rename | |
==> Downloading https://github.com/ap/rename | |
rename 'y/A-Z/a-z/' * -f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
also would probably work: rename * -c -f