tempfile (1) Linux Manual Page
NAME tempfile – create a temporary file in a safe manner SYNOPSIS tempfile [-d DIR] [-p STRING] [-s STRING] [-m MODE] [-n FILE] [–directory=DIR] [–prefix=STRING] [–suffix=STRING] [–mode=MODE] [–name=FILE] [–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 |…
