LC ALL

From wikieduonline
Revision as of 13:35, 8 October 2022 by Welcome (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
LC_ALL="en_US.UTF-8"
export LC_ALL=$LANG


function mkpw() { LC_ALL=C tr -dc '[:graph:]' < /dev/urandom | head -c ${1:-16}; echo; }

See also[edit]

Advertising: