shitbox/pkg/usr/share/man/man1/mktemp.1

33 lines
830 B
Groff
Raw Normal View History

2023-02-13 10:30:46 -05:00
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.TH mktemp 1 "mktemp 0.1.0"
.SH NAME
mktemp \- create a unique temporary file
.SH SYNOPSIS
\fBmktemp\fR [\fB\-d\fR|\fB\-\-directory\fR] [\fB\-p\fR|\fB\-\-tmpdir\fR] [\fB\-t\fR|\fB\-\-template\fR] [\fB\-u\fR|\fB\-\-dryrun\fR] [\fB\-h\fR|\fB\-\-help\fR] [\fB\-V\fR|\fB\-\-version\fR]
.SH DESCRIPTION
create a unique temporary file
.SH OPTIONS
.TP
\fB\-d\fR, \fB\-\-directory\fR
create a directory instead of a file
.TP
\fB\-p\fR, \fB\-\-tmpdir\fR
specify the directory to create temporary files in
.TP
\fB\-t\fR, \fB\-\-template\fR
specify a prefix to append to the created files
.TP
\fB\-u\fR, \fB\-\-dryrun\fR
immediately remove created files and directories
.TP
\fB\-h\fR, \fB\-\-help\fR
Print help
.TP
\fB\-V\fR, \fB\-\-version\fR
Print version
.SH VERSION
v0.1.0
.SH AUTHORS
Nathan Fisher