Created
June 3, 2020 16:34
-
-
Save jonathands/2b0246e02c97549a20318b0a0575d82b to your computer and use it in GitHub Desktop.
UCfirst dirs
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
find ./templates/ -type d -exec rename 's/(.*)\/([^\/]*)/$1\/\u$2/' {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment