标签:
cat /dev/urandom | tr -dc ‘a-zA-Z0-9‘ | fold -w 32 | head -n 1
Linux 随机数
原文地址:http://www.cnblogs.com/rushoutasia/p/5745907.html