Created
April 2, 2019 22:46
-
-
Save oscarolbe/8473abba11015333b5756ed1fecba6e4 to your computer and use it in GitHub Desktop.
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
find path_to_folder -depth -exec rename -f 's/(.*)\/([^\/]*)/$1\/\L$2/' {} \; | |
gsutil -m cp -r /path_to_folder/* gs://bucket |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
brew install rename