Skip to content

Instantly share code, notes, and snippets.

@w33tmaricich
Created June 5, 2018 19:06
Show Gist options
  • Save w33tmaricich/e459006ac391775e75abf7113daf1b41 to your computer and use it in GitHub Desktop.
Save w33tmaricich/e459006ac391775e75abf7113daf1b41 to your computer and use it in GitHub Desktop.
sh: to uppercase
variable=`echo $LOWER | awk '{print toupper($0)}'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment