| SEQ(1) | General Commands Manual | SEQ(1) |
NAME
seq - Display numbers from FIRST to LAST, in steps of INCREMENT.
SYNOPSIS
seq [OPTION]... LAST
seq [OPTION]... FIRST LAST
seq [OPTION]... FIRST INCREMENT LAST
DESCRIPTION
Display numbers from FIRST to LAST, in steps of INCREMENT.
OPTIONS
- -s, --separator
- Separator character (defaults to \n)
- -t, --terminator
- Terminator character (defaults to \n)
- -w, --equal-width
- Equalize widths of all numbers by padding with zeros
- -f, --format
- use printf style floating-point FORMAT
- -h, --help
- Print help
- -V, --version
- Print version
- [numbers]
VERSION
v(uutils coreutils) 0.11.0
| 2026-09-01 |