GNU coreutils 8.32
March 2020
coreutils
The basic file, shell and text manipulation utilities of the GNU operating system
coreutils-common
coreutils common optional components
coreutils-doc
Documentation for the GNU Core Utilities
NAME
seq - print a sequence of numbers
SYNOPSIS
seq [\,OPTION\/]... \,LAST\/
seq [\,OPTION\/]... \,FIRST LAST\/
seq [\,OPTION\/]... \,FIRST INCREMENT LAST\/
seq [\,OPTION\/]... \,FIRST LAST\/
seq [\,OPTION\/]... \,FIRST INCREMENT LAST\/
DESCRIPTION
Print numbers from FIRST to LAST, in steps of INCREMENT.
Mandatory arguments to long options are mandatory for short options too.
-f, --format=\,FORMAT\/ | |
use printf style floating-point FORMAT | |
-s, --separator=\,STRING\/ | |
use STRING to separate numbers (default: \n) | |
-w, --equal-width | |
equalize width by padding with leading zeroes | |
--help | display this help and exit |
--version | |
output version information and exit |
AUTHOR
Written by Ulrich Drepper.
REPORTING BUGS
GNU coreutils online help: <https://www.gnu.org/software/coreutils/>
Report any translation bugs to <https://translationproject.org/team/>
Report any translation bugs to <https://translationproject.org/team/>
COPYRIGHT
Copyright © 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
SEE ALSO
Full documentation <https://www.gnu.org/software/coreutils/seq>
or available locally via: info \(aq(coreutils) seq invocation\(aq
or available locally via: info \(aq(coreutils) seq invocation\(aq