seq Command Examples

Output a sequence of numbers to stdout. More information: https://www.gnu.org/software/coreutils/manual/html_node/seq-invocation.html.

seq 10

seq 5 3 20

seq {{[-s|--separator]}} " " 5 3 20

seq {{[-f|--format]}} "%04g" 5 3 20