NAME mkstemp -- command-line interface to mkstemp(3) SYNOPSIS mkstemp template DESCRIPTION mkstemp passes "template" to mkstemp(3) then prints the name of the file that is created. "template" should look like a filename with six trailing 'X's. EXIT STATUS mkstemp will exit with one of the following values: 0 success 1 error SEE ALSO mkstemp(3) AUTHOR Adam Moskowitz