Tizen 2.0 Release
[external/tizen-coreutils.git] / man / seq.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH SEQ "1" "March 2007" "GNU coreutils 6.9" "User Commands"
3 .SH NAME
4 seq \- print a sequence of numbers
5 .SH SYNOPSIS
6 .B seq
7 [\fIOPTION\fR]... \fILAST\fR
8 .br
9 .B seq
10 [\fIOPTION\fR]... \fIFIRST LAST\fR
11 .br
12 .B seq
13 [\fIOPTION\fR]... \fIFIRST INCREMENT LAST\fR
14 .SH DESCRIPTION
15 .\" Add any additional description here
16 .PP
17 Print numbers from FIRST to LAST, in steps of INCREMENT.
18 .TP
19 \fB\-f\fR, \fB\-\-format\fR=\fIFORMAT\fR
20 use printf style floating\-point FORMAT
21 .TP
22 \fB\-s\fR, \fB\-\-separator\fR=\fISTRING\fR
23 use STRING to separate numbers (default: \en)
24 .TP
25 \fB\-w\fR, \fB\-\-equal\-width\fR
26 equalize width by padding with leading zeroes
27 .TP
28 \fB\-\-help\fR
29 display this help and exit
30 .TP
31 \fB\-\-version\fR
32 output version information and exit
33 .PP
34 If FIRST or INCREMENT is omitted, it defaults to 1.  That is, an
35 omitted INCREMENT defaults to 1 even when LAST is smaller than FIRST.
36 FIRST, INCREMENT, and LAST are interpreted as floating point values.
37 INCREMENT is usually positive if FIRST is smaller than LAST, and
38 INCREMENT is usually negative if FIRST is greater than LAST.
39 FORMAT must be suitable for printing one argument of type `double';
40 it defaults to %.PRECf if FIRST, INCREMENT, and LAST are all fixed point
41 decimal numbers with maximum precision PREC, and to %g otherwise.
42 .SH AUTHOR
43 Written by Ulrich Drepper.
44 .SH "REPORTING BUGS"
45 Report bugs to <bug\-coreutils@gnu.org>.
46 .SH COPYRIGHT
47 Copyright \(co 2007 Free Software Foundation, Inc.
48 .br
49 This is free software.  You may redistribute copies of it under the terms of
50 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
51 There is NO WARRANTY, to the extent permitted by law.
52 .SH "SEE ALSO"
53 The full documentation for
54 .B seq
55 is maintained as a Texinfo manual.  If the
56 .B info
57 and
58 .B seq
59 programs are properly installed at your site, the command
60 .IP
61 .B info seq
62 .PP
63 should give you access to the complete manual.