Mktemp: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Linux =Overview= Create a temporary file or directory and display its name at stdout. =Options= ==-d== Create a temporary directory.") |
|||
Line 10: | Line 10: | ||
==-d== | ==-d== | ||
mktemp -d | |||
Create a temporary directory. | Create a temporary directory. |
Revision as of 19:00, 23 September 2019
Internal
Overview
Create a temporary file or directory and display its name at stdout.
Options
-d
mktemp -d
Create a temporary directory.