Skip to content

Instantly share code, notes, and snippets.

@Greymalkin
Last active August 29, 2015 14:03
Show Gist options
  • Save Greymalkin/d735ba6ed5cbcec556b3 to your computer and use it in GitHub Desktop.
Save Greymalkin/d735ba6ed5cbcec556b3 to your computer and use it in GitHub Desktop.
Bulk Rename in folder of filesystem (to lower case)
brew install rename
==> Downloading https://github.com/ap/rename
rename 'y/A-Z/a-z/' * -f
@Greymalkin
Copy link
Author

also would probably work: rename * -c -f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment