Last Updated: February 25, 2016
·
178
· orsenthil

Random ascii string in bash

cat /dev/urandom | env LC_CTYPE=C tr -cd 'a-f0-9' | head -c 10