MKTEMP(1) - General Commands Manual
MKTEMP(1) - General Commands Manual # MKTEMP(1) - General Commands Manual NAME # mktemp - make temporary file or directory (unique) SYNOPSIS # mktemp [-dqtu] [-p directory] [template] DESCRIPTION # The mktemp utility takes the specified file name template and overwrites a portion of it to create a unique file name. The template may be any file name containing at least six ‘Xs’ in the last component of the path, for example /tmp/tfile. ...