Skip to content

Instantly share code, notes, and snippets.

@mgurov
Created December 18, 2015 10:44
Show Gist options
  • Save mgurov/584fad6e875c3f582fad to your computer and use it in GitHub Desktop.
Save mgurov/584fad6e875c3f582fad to your computer and use it in GitHub Desktop.
bash string case manipulations
awk '{print toupper(substr($0,1,1)) substr($0,2) }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment