Quick and not even that dirty:
1 |
echo;< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c10; echo;echo |
yet another developer’s blog
Quick and not even that dirty:
1 |
echo;< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c10; echo;echo |