...oreutils/> Report any translation bugs to <https://translationproject.org/team/> SEE ALSO mkstemp (3), mkdtemp (3), mktemp (3) Full documentation <https://www.gnu.org/software/c…...help] [--version] DESCRIPTION tempfile creates a temporary file in a safe manner. It uses mkstemps (3) to choose the name and opens it with O_RDWR | O_CREAT | O_EXCL. The filena…