seq <first> [step] [last]
Print sequences of numbers. (Defaults to increments of 1)
Arguments
Name | Description |
---|
first | Starting number in sequence |
step | Increment interval |
last | Last number in sequence |
Options
Name | Description |
---|
-w, --fixed-width | Equalize the widths of all numbers by padding with zeros as necessary |
-s, --separator <string> | String separator between numbers. Default is newline |
-f, --format <format> | Use a printf(3) style format to print each number |
-t, --terminator <string> | Use string to terminate sequence of numbers |