randstr - Generate random string from a given set of characters and with a given length. |
randstr - Generate random string from a given set of characters and with a given length.
randstr <LENGTH> [<CHARS>]
CHARS is a character set expression, see tr(1)
.
Default CHARS is [a-zA-Z0-9_]