>_ linuxcommand.dev
Startseite seq
Utilities

seq

Outputs a sequence of numbers.

Ubuntu CentOS Debian Arch SUSE Slackware Alpine Fedora
Verified: 2025-10-08
Syntax
$seq [OPTIONEN] ERSTE [INKREMENT] LETZTE
Examples
$seq 5
$seq 2 2 10
Typical use cases
?
Standard usage
seq --help
Note Useful in shell scripts for loops.
Export