jot(1)
NAME
jot — print sequential or random data
DESCRIPTION
The jot utility is used to print out increasing, decreasing, random, or
redundant data, usually numbers, one per line.
Can now avoid the use of for aa in 1 2 3 4 5 6 7 8 9 10 like loops and instead replace it with a jot.
Cool!