0
llucycodes42
Shortcut: string.random
string.random
0 Comments
randomString=$(tr -dc A-Za-z0-9 </dev/urandom | head -c 8 ; echo '')