NAME:
seq - print a sequence of numbers
USAGE:
seq [OPTIONS] LAST
seq [OPTIONS] FIRST LAST
seq [OPTIONS] FIRST INCREMENT LAST
print numbers from FIRST to LAST, in steps of INCREMENT.
VERSION:
dev
GLOBAL OPTIONS:
--separator string, -s string use STRING to separate numbers (default: \n)
--format string, -f string use printf style floating-point FORMAT
--equal-width, -w equalize width by padding with leading zeroes
--help, -h show help
--version print version information and exit