Created
December 18, 2015 10:44
-
-
Save mgurov/584fad6e875c3f582fad to your computer and use it in GitHub Desktop.
bash string case manipulations
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
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