scripts/random/random_string.sh

3 lines
76 B
Bash
Raw Normal View History

2020-03-01 13:02:34 +01:00
#!/bin/bash
< /dev/urandom tr -dc _.:=\;A-Z-a-z-0-9 | head -c${1:-32};echo;