diff options
Diffstat (limited to 'man/mktemp.1')
-rw-r--r-- | man/mktemp.1 | 78 |
1 files changed, 0 insertions, 78 deletions
diff --git a/man/mktemp.1 b/man/mktemp.1 deleted file mode 100644 index badc5027..00000000 --- a/man/mktemp.1 +++ /dev/null @@ -1,78 +0,0 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. -.TH MKTEMP "1" "May 2012" "GNU coreutils 8.17" "User Commands" -.SH NAME -mktemp \- create a temporary file or directory -.SH SYNOPSIS -.B mktemp -[\fIOPTION\fR]... [\fITEMPLATE\fR] -.SH DESCRIPTION -.\" Add any additional description here -.PP -Create a temporary file or directory, safely, and print its name. -TEMPLATE must contain at least 3 consecutive 'X's in last component. -If TEMPLATE is not specified, use tmp.XXXXXXXXXX, and \fB\-\-tmpdir\fR is implied. -Files are created u+rw, and directories u+rwx, minus umask restrictions. -.TP -\fB\-d\fR, \fB\-\-directory\fR -create a directory, not a file -.TP -\fB\-u\fR, \fB\-\-dry\-run\fR -do not create anything; merely print a name (unsafe) -.TP -\fB\-q\fR, \fB\-\-quiet\fR -suppress diagnostics about file/dir\-creation failure -.TP -\fB\-\-suffix\fR=\fISUFF\fR -append SUFF to TEMPLATE. SUFF must not contain slash. -This option is implied if TEMPLATE does not end in X. -.TP -\fB\-\-tmpdir\fR[=\fIDIR\fR] -interpret TEMPLATE relative to DIR. If DIR is not -specified, use $TMPDIR if set, else /tmp. With -this option, TEMPLATE must not be an absolute name. -Unlike with \fB\-t\fR, TEMPLATE may contain slashes, but -mktemp creates only the final component -.TP -\fB\-p\fR DIR -use DIR as a prefix; implies \fB\-t\fR [deprecated] -.TP -\fB\-t\fR -interpret TEMPLATE as a single file name component, -relative to a directory: $TMPDIR, if set; else the -directory specified via \fB\-p\fR; else /tmp [deprecated] -.TP -\fB\-\-help\fR -display this help and exit -.TP -\fB\-\-version\fR -output version information and exit -.SH AUTHOR -Written by Jim Meyering and Eric Blake. -.SH "REPORTING BUGS" -Report mktemp bugs to bug\-coreutils@gnu.org -.br -GNU coreutils home page: <http://www.gnu.org/software/coreutils/> -.br -General help using GNU software: <http://www.gnu.org/gethelp/> -.br -Report mktemp translation bugs to <http://translationproject.org/team/> -.SH COPYRIGHT -Copyright \(co 2012 Free Software Foundation, Inc. -License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. -.br -This is free software: you are free to change and redistribute it. -There is NO WARRANTY, to the extent permitted by law. -.SH "SEE ALSO" -mkstemp(3), mkdtemp(3), mktemp(3) -.PP -The full documentation for -.B mktemp -is maintained as a Texinfo manual. If the -.B info -and -.B mktemp -programs are properly installed at your site, the command -.IP -.B info coreutils \(aqmktemp invocation\(aq -.PP -should give you access to the complete manual. |