OSDN Git Service

Update translations: chroot, csplit, dd, du, pwd
[linuxjm/coreutils.git] / original / man1 / seq.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.3.
2 .TH SEQ "1" "January 2016" "GNU coreutils 8.25" "User Commands"
3 .SH NAME
4 seq \- print a sequence of numbers
5 .SH SYNOPSIS
6 .B seq
7 [\fI\,OPTION\/\fR]... \fI\,LAST\/\fR
8 .br
9 .B seq
10 [\fI\,OPTION\/\fR]... \fI\,FIRST LAST\/\fR
11 .br
12 .B seq
13 [\fI\,OPTION\/\fR]... \fI\,FIRST 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 .PP
19 Mandatory arguments to long options are mandatory for short options too.
20 .TP
21 \fB\-f\fR, \fB\-\-format\fR=\fI\,FORMAT\/\fR
22 use printf style floating\-point FORMAT
23 .TP
24 \fB\-s\fR, \fB\-\-separator\fR=\fI\,STRING\/\fR
25 use STRING to separate numbers (default: \en)
26 .TP
27 \fB\-w\fR, \fB\-\-equal\-width\fR
28 equalize width by padding with leading zeroes
29 .TP
30 \fB\-\-help\fR
31 display this help and exit
32 .TP
33 \fB\-\-version\fR
34 output version information and exit
35 .PP
36 If FIRST or INCREMENT is omitted, it defaults to 1.  That is, an
37 omitted INCREMENT defaults to 1 even when LAST is smaller than FIRST.
38 The sequence of numbers ends when the sum of the current number and
39 INCREMENT would become greater than LAST.
40 FIRST, INCREMENT, and LAST are interpreted as floating point values.
41 INCREMENT is usually positive if FIRST is smaller than LAST, and
42 INCREMENT is usually negative if FIRST is greater than LAST.
43 FORMAT must be suitable for printing one argument of type 'double';
44 it defaults to %.PRECf if FIRST, INCREMENT, and LAST are all fixed point
45 decimal numbers with maximum precision PREC, and to %g otherwise.
46 .SH AUTHOR
47 Written by Ulrich Drepper.
48 .SH "REPORTING BUGS"
49 GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
50 .br
51 Report seq translation bugs to <http://translationproject.org/team/>
52 .SH COPYRIGHT
53 Copyright \(co 2016 Free Software Foundation, Inc.
54 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
55 .br
56 This is free software: you are free to change and redistribute it.
57 There is NO WARRANTY, to the extent permitted by law.
58 .SH "SEE ALSO"
59 Full documentation at: <http://www.gnu.org/software/coreutils/seq>
60 .br
61 or available locally via: info \(aq(coreutils) seq invocation\(aq