randstr - Generate random string from a given set of characters and with a given length.



NAME

randstr - Generate random string from a given set of characters and with a given length.


SYNOPSIS

randstr <LENGTH> [<CHARS>]


DESCRIPTION

CHARS is a character set expression, see tr(1). Default CHARS is [a-zA-Z0-9_]

 randstr - Generate random string from a given set of characters and with a given length.