Skip to content

Instantly share code, notes, and snippets.

@alicraigmile
Last active August 29, 2015 14:15
Show Gist options
  • Save alicraigmile/fa756b12872c0e9bb042 to your computer and use it in GitHub Desktop.
Save alicraigmile/fa756b12872c0e9bb042 to your computer and use it in GitHub Desktop.
New UUID, lower case chararacters
#!/bin/bash
alias uuidgenlc="uuidgen | tr '[:upper:]' '[:lower:]'"
@alicraigmile
Copy link
Author

tip: source this in your ~/.bashrc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment