Skip to content

Instantly share code, notes, and snippets.

@jonathands
Created June 3, 2020 16:34
Show Gist options
  • Save jonathands/2b0246e02c97549a20318b0a0575d82b to your computer and use it in GitHub Desktop.
Save jonathands/2b0246e02c97549a20318b0a0575d82b to your computer and use it in GitHub Desktop.
UCfirst dirs
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