OSDN Git Service

GNU_coreutils: Add ja.po and snapshot versions of translated pages.
[linuxjm/jm.git] / manual / GNU_coreutils / release / man1 / mktemp.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .\"*******************************************************************
3 .\"
4 .\" This file was generated with po4a. Translate the source file.
5 .\"
6 .\"*******************************************************************
7 .TH MKTEMP 1 "April 2010" "GNU coreutils 8.5" ユーザーコマンド
8 .SH 名前
9 mktemp \- create a temporary file or directory
10 .SH 書式
11 \fBmktemp\fP [\fIOPTION\fP]... [\fITEMPLATE\fP]
12 .SH 説明
13 .\" Add any additional description here
14 .PP
15 Create a temporary file or directory, safely, and print its name.  TEMPLATE
16 must contain at least 3 consecutive `X's in last component.  If TEMPLATE is
17 not specified, use tmp.XXXXXXXXXX, and \fB\-\-tmpdir\fP is implied.
18 .TP 
19 \fB\-d\fP, \fB\-\-directory\fP
20 create a directory, not a file
21 .TP 
22 \fB\-u\fP, \fB\-\-dry\-run\fP
23 do not create anything; merely print a name (unsafe)
24 .TP 
25 \fB\-q\fP, \fB\-\-quiet\fP
26 suppress diagnostics about file/dir\-creation failure
27 .TP 
28 \fB\-\-suffix\fP=\fISUFF\fP
29 append SUFF to TEMPLATE.  SUFF must not contain slash.  This option is
30 implied if TEMPLATE does not end in X.
31 .TP 
32 \fB\-\-tmpdir\fP[=\fIDIR\fP]
33 interpret TEMPLATE relative to DIR.  If DIR is not specified, use $TMPDIR if
34 set, else /tmp.  With this option, TEMPLATE must not be an absolute name.
35 Unlike with \fB\-t\fP, TEMPLATE may contain slashes, but mktemp creates only the
36 final component
37 .TP 
38 \fB\-p\fP DIR
39 use DIR as a prefix; implies \fB\-t\fP [deprecated]
40 .TP 
41 \fB\-t\fP
42 interpret TEMPLATE as a single file name component, relative to a directory:
43 $TMPDIR, if set; else the directory specified via \fB\-p\fP; else /tmp
44 [deprecated]
45 .TP 
46 \fB\-\-help\fP
47 この使い方を表示して終了する
48 .TP 
49 \fB\-\-version\fP
50 バージョン情報を表示して終了する
51 .SH 作者
52 Jim Meyering と Eric Blake が作成した。
53 .SH バグ報告
54 mktemp のバグは bug\-coreutils@gnu.org に報告してください。
55 .br
56 GNU coreutils のホームページは <http://www.gnu.org/software/coreutils/> です。
57 .br
58 GNU ソフトウェアを使用するための一般的なヘルプ <http://www.gnu.org/gethelp/> にある。
59 .br
60 mktemp の翻訳のバグは <http://translationproject.org/team/> に報告してください。
61 .SH 著作権
62 Copyright \(co 2010 Free Software Foundation, Inc.  License GPLv3+: GNU GPL
63 version 3 or later <http://gnu.org/licenses/gpl.html>.
64 .br
65 This is free software: you are free to change and redistribute it.  There is
66 NO WARRANTY, to the extent permitted by law.
67 .SH 関連項目
68 mkstemp(3), mkdtemp(3), mktemp(3)
69 .PP
70 \fBmktemp\fP の完全なマニュアルは Texinfo マニュアルとして用意されている。
71 \fBinfo\fP と \fBmktemp\fP のプログラムがお使いの環境に適切にインストールされているならば、
72 コマンド
73 .IP
74 \fBinfo coreutils \(aqmktemp invocation\(aq\fP
75 .PP
76 を実行すると、完全なマニュアルを読むことができるはずである。