Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 238 Bytes

tmpfile.sh.md

File metadata and controls

12 lines (10 loc) · 238 Bytes

tmpfile

tmpfile -- Creates a temporary file.

tmpfile creates a temporary file with a unique name under ${TMPDIR}.

Usage

// 1. Function form.
void func::tmpfile(string* path)
// 2. Command form.
void sub::tmpfile() > path