SEQ(1) | General Commands Manual | SEQ(1) |
seq
— print a
sequence of numbers
seq |
[-w ] [-s
separator] [-t
terminator] [first
[step]] last |
Prints out a list of floating numbers between first (defaults to 1) and last in increments of step (defaults to 1).
-w
-s
separator-t
terminatorThe seq
utility exits 0 on success,
and >0 if an error occurs.
A seq
utility first appeared in Plan9 and
GNU sh-utils 1.12q (since merged in coreutils).
Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
2024-03-14 | Linux 6.6.67-gentoo-x86_64 |