Created
September 28, 2014 21:03
-
-
Save NoMan2000/4a6197f40329564c6b98 to your computer and use it in GitHub Desktop.
Random bash aliasing
This file contains 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
alias random='echo "$(< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c12 | xargs echo)"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment