jot
FreeBSD
Print sequential numbers
jot - 1 10 # prints numbers from 1 to 10
jot 21 -1 1.00 # 21 evenly spaced numbers within specified range
jot - 1 10 # prints numbers from 1 to 10
jot 21 -1 1.00 # 21 evenly spaced numbers within specified range