linux

Generating a random alphabetical string in command-line using jot

The command below can be used to generate a random 25 character string consisting of uppercase letters

$ jot -r -c 25 A Z | rs -g
PISEELXVZQGSZXOSLTMRPQQLI

more bash posts

more Linux posts