Scroll to navigation

seq(1) General Commands Manual seq(1)

NAME

seq - Display numbers from FIRST to LAST, in steps of INCREMENT.

SYNOPSIS

seq [-s|--separator] [-t|--terminator] [-w|--equal-width] [-f|--format] [-h|--help] [-V|--version] [numbers]

DESCRIPTION

Display numbers from FIRST to LAST, in steps of INCREMENT.

OPTIONS

Separator character (defaults to \n)
Terminator character (defaults to \n)
Equalize widths of all numbers by padding with zeros
use printf style floating-point FORMAT
Print help
Print version
[numbers]

VERSION

v0.0.26

seq 0.0.26