I'm used to Debian-based distros which have a tempfile(1) utility for safely and sanely creating temporary files.
There isn't a comperable utility for RHEL/CentOS systems.
I've been exercising Google-fu looking for a good robust tempfile generation idiom, but haven't turned one up yet.
Hence this appeal to the lazyweb.
On Fri, Mar 18, 2011 at 06:33:14PM -0700, Dr. Ed Morbius wrote:
I'm used to Debian-based distros which have a tempfile(1) utility for safely and sanely creating temporary files.
There isn't a comperable utility for RHEL/CentOS systems.
Sure there is. mktemp; contained within the package with the same name.
John
on 20:35 Fri 18 Mar, John R. Dennison (jrd@gerdesas.com) wrote:
On Fri, Mar 18, 2011 at 06:33:14PM -0700, Dr. Ed Morbius wrote:
I'm used to Debian-based distros which have a tempfile(1) utility for safely and sanely creating temporary files.
There isn't a comperable utility for RHEL/CentOS systems.
Sure there is. mktemp; contained within the package with the same name.
My error.
Thank you.