Skip to content

Instantly share code, notes, and snippets.

@kpettijohn
Created July 31, 2015 18:26
Show Gist options
  • Save kpettijohn/765eb32f25448f213b8a to your computer and use it in GitHub Desktop.
Save kpettijohn/765eb32f25448f213b8a to your computer and use it in GitHub Desktop.
Lower case a string
uuidgen |tr '[:upper:]' '[:lower:]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment