Last active
August 29, 2015 14:15
-
-
Save alicraigmile/fa756b12872c0e9bb042 to your computer and use it in GitHub Desktop.
New UUID, lower case chararacters
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
#!/bin/bash | |
alias uuidgenlc="uuidgen | tr '[:upper:]' '[:lower:]'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tip: source this in your ~/.bashrc