Skip to content

Instantly share code, notes, and snippets.

@cab
Created November 23, 2014 17:27
Show Gist options
  • Save cab/c3e0c3530810142c0921 to your computer and use it in GitHub Desktop.
Save cab/c3e0c3530810142c0921 to your computer and use it in GitHub Desktop.
under_scored_files to CamelCasedFiles
# .hpp files in this case
rename 's/_([a-z])/\u$1/g' include/**/*.hpp
rename 's/(.*)\/(\w)(.*)\./$1\/\U$2\L$3\./g' include/**/*.hpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment