Penguin
Annotated edit history of seq(1) version 3, including all changes. View license author blame.
Rev Author # Line
1 perry 1 !!NAME
2
3 seq - prints a sequence of numbers
2 CraigBox 4
1 perry 5 !!SYNOPSIS
6
2 CraigBox 7 __seq__ ''[[OPTION]... [[FIRST [[STEP]] LAST...''
1 perry 8
9 !!DESCRIPTION
10
2 CraigBox 11 This manual page documents briefly the GNU __seq__ command. This manual page was written for the Debian GNU/Linux distribution (but may be used by others), because the original program does not have a manual page. Instead, it has documentation in the GNU Info format; see below.
1 perry 12
2 CraigBox 13 __seq__ prints a sequence of numbers to standard output. It prints the numbers from FIRST to LAST by STEP. By default, FIRST and STEP are both 1, and each number is printed on its own line. All numbers can be reals, not just integers.
1 perry 14
15 !!OPTIONS
16
2 CraigBox 17 The programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options are included below. For a complete description, see the Info files.
1 perry 18
3 CraigBox 19 ; __-f FORMAT, --format=FORMAT__ : Print all numbers using FORMAT; default `%g'. FORMAT must contain exactly one of the standarding float output formats `%e', `%f', or `%g'.
2 CraigBox 20 ; __-s STRING, --separator=STRING__ : Separate numbers with STRING; default is a newline. The utput always terminates with a newline.
21 ; __-w, --equal-width__ : Print all numbers with the same width, by padding with leading zeroes. (To have other kinds of padding, use `--format').
22 ; __--help__ : Show summary of options.
23 ; __--version__ : Show version of program.
1 perry 24
25 !!SEE ALSO
26
2 CraigBox 27 This program is documented fully by ''Shell utilities: (sh-utils), GNU shell utilities'', available via the Info system.
1 perry 28
29 !!AUTHOR
30
2 CraigBox 31 This manual page was written by Galen Hazelwood, for the Debian GNU/Linux system.
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.

PHP Warning

lib/blame.php:177: Warning: Invalid argument supplied for foreach() (...repeated 6 times)