OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / gnumaniak / draft / man1 / seq.1
1 .\" You may copy, distribute and modify under the terms of the LDP General
2 .\" Public License as specified in the LICENSE file that comes with the
3 .\" gnumaniak distribution
4 .\"
5 .\" The author kindly requests that no comments regarding the "better"
6 .\" suitability or up-to-date notices of any info documentation alternative
7 .\" is added without contacting him first.
8 .\"
9 .\" (C) 1999-2002 Ragnar Hojland Espinosa <ragnar@ragnar-hojland.com>
10 .\"
11 .\"     GNU seq man page
12 .\"     man pages are NOT obsolete!
13 .\"     <ragnar@ragnar-hojland.com>
14 .\"
15 .\" Japanese Version Copyright (c) 2003 Yuichi SATO
16 .\"         all rights reserved.
17 .\" Translated Mon Mar 24 02:44:40 JST 2003
18 .\"         by Yuichi SATO <ysato444@yahoo.co.jp>
19 .\"
20 .\"WORD:        floating point number   ÉâÆ°¾®¿ôÅÀ¿ô
21 .\"
22 .TH seq 1 "18 June 2002" "GNU Shell Utilities 2.1"
23 .\"O .SH NAME
24 .SH Ì¾Á°
25 .\"O seq \- print a monotonical sequence of numbers
26 seq \- Ã±Ä´Áý²Ã (¸º¾¯) ¤¹¤ë¿ôÃÍÎó¤òɽ¼¨¤¹¤ë
27 .\"O .SH SYNOPSIS
28 .SH ½ñ¼°
29 .B seq [\-w] [\-f \fIFORMAT\fB] [\-s \fISEP\fB] [\-\-equal\-width] [\-\-format=\fIFORMAT\fB] [\-\-separator=\fISEP\fB]
30 .\"O .BI < LAST " | " "FIRST LAST" " | " "FIRST LAST INCR" >
31 .BI < LAST " | " "FIRST LAST" " | " "FIRST INCR LAST" >
32 .\"O sato: LAST ¤È INCR ¤¬µÕ¤À¤È»×¤ï¤ì¤ë¡£
33
34 .B seq [\-\-help] [\-\-version]
35 .\"O .SH DESCRIPTION
36 .SH ÀâÌÀ
37 .\"O .B seq
38 .\"O prints numbers from \fIFIRST\fR to \fILAST\fR in \fIINCR\fR increments.  If
39 .\"O .I LAST
40 .\"O or
41 .\"O .I INC
42 .\"O are omitted, they default to 1.  All the numbers are interpreted as floats.
43 .B seq
44 ¤Ï \fIFIRST\fR ¤«¤é \fILAST\fR ¤Þ¤Ç¡¢\fIINCR\fR ¤º¤Ä²Ã¤¨¤¿¿ôÃͤòɽ¼¨¤¹¤ë¡£
45 .I LAST
46 ¤Þ¤¿¤Ï
47 .I INCR
48 ¤¬¾Êά¤µ¤ì¤¿¾ì¹ç¡¢¥Ç¥Õ¥©¥ë¥È¤Ï 1 ¤Ë¤Ê¤ë¡£
49 ¤¹¤Ù¤Æ¤Î¿ôÃͤÏÉâÆ°¾®¿ôÅÀ¿ô¤È¤·¤Æ²ò¼á¤µ¤ì¤ë¡£
50 .\"O .SH OPTIONS
51 .SH ¥ª¥×¥·¥ç¥ó
52 .TP
53 .B "\-f \fIFORMAT\fB, \-\-format=\fIFORMAT"
54 .\"O Use \fBprintf(3)\fR \fIFORMAT\fR formatting. (Default: %g)
55 \fBprintf(3)\fR ¤Î¥Õ¥©¡¼¥Þ¥Ã¥È¤Ë \fIFORMAT\fR ¤òÍѤ¤¤ë¡£(¥Ç¥Õ¥©¥ë¥È: %g)
56 .TP
57 .B "\-s \fISEP\fB, \-\-separator=\fISEP"
58 .\"O Separate numbers with \fISEP\fR. (Default: `\n')
59 ¿ôÃͤò \fISEP\fR ¤Ç¶èÀڤ롣(¥Ç¥Õ¥©¥ë¥È: `\\n')
60 .TP
61 .\"O .B "\w, \-\-equal\-width"
62 .B "\-w, \-\-equal\-width"
63 .\"O Pad numbers with zeros to make them the same length.
64 ·å¿ô¤ò·¤¨¤ë¤¿¤á¤Ë (ÀèƬ¤ò) 0 ¤ÇËä¤á¤ë¡£
65 .TP
66 .B "\-\-help"
67 .\"O Print a usage message on standard output and exit successfully.
68 »ÈÍÑË¡¤Î¥á¥Ã¥»¡¼¥¸¤òɸ½à½ÐÎϤËɽ¼¨¤·¡¢Àµ¾ï½ªÎ»¤¹¤ë¡£
69 .TP
70 .B "\-\-version"
71 .\"O Print version information on standard output then exit successfully.
72 ¥Ð¡¼¥¸¥ç¥ó¾ðÊó¤òɸ½à½ÐÎϤËɽ¼¨¤·¡¢Àµ¾ï½ªÎ»¤¹¤ë¡£
73 .\"O .SH NOTES
74 .SH Ãí°Õ
75 .\"O Report bugs to bug-sh-utils@gnu.org.
76 ¥Ð¥°¤Ï bug-sh-utils@gnu.org ¤ØÊó¹ð¤·¤Æ¤¯¤À¤µ¤¤¡£
77 .\"O Page updated by Ragnar Hojland Espinosa <ragnar@ragnar-hojland.com>
78 ¤³¤Î¥Ú¡¼¥¸¤Ï Ragnar Hojland Espinosa <ragnar@ragnar-hojland.com> ¤¬¹¹¿·¤·¤¿¡£