What is this jot ?Code:for i in $(jot 5 0); do do something with ${i} done
What is this jot ?
DESCRIPTION
The jot utility is used to print out increasing, decreasing, random, or
redundant data, usually numbers, one per line.
DESCRIPTION
The seq utility prints a sequence of numbers, one per line (default),
from first (default 1), to near last as possible, in increments of incr
(default 1). When first is larger than last, the default incr is -1.