macOS / binaries /

mktemp

/usr/bin/mktemp
Make temporary file name (unique)

The mktemp utility takes each of the given file name templates and overwrites a portion of it to create a file name. This file name is unique and suitable for use by the application.

source: man