zsh-workers
 help / color / mirror / code / Atom feed
From: Clinton Bunch <cdb_zsh@zentaur.org>
To: zsh-workers@zsh.org
Subject: [RFC] adding zmktemp command
Date: Wed, 27 Mar 2019 16:16:12 -0500	[thread overview]
Message-ID: <c8ab4631-e66b-ffae-1db8-2a63e8fe2859@zentaur.org> (raw)

I'm thinking of adding a zmktemp command either in a new module (e.g. 
zsh/tempfile) or in the zsh/files module.

My rationale is that mktemp is really useful for creating temporary 
files but is not available by default on all systems and on some on 
which it is available its options and function can diverge wildly (HP-UX 
is an especially egregious example). Building it into the shell would 
give a consistent interface for zsh scripts to create temporary files.

The advantage I can see to being it's own module, is it could be 
backported and separately packed for Long-Term Supported OS. (Mostly 
thinking of Enterprise Linux distributions)

But it also seems like it would be a good fit into the zsh/files module 
(mktemp and zf_mktemp instead of zmktemp)

Thoughts?


             reply	other threads:[~2019-03-27 21:18 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20190327211847epcas2p395ce077891a4535f19e1e9605217df7c@epcas2p3.samsung.com>
2019-03-27 21:16 ` Clinton Bunch [this message]
2019-03-28  9:38   ` Daniel Shahaf
2019-03-28 15:00     ` Clinton Bunch
2019-03-28 21:13       ` Daniel Shahaf
2019-03-29 15:20         ` Clinton Bunch
2019-03-28 15:17   ` Peter Stephenson
2019-03-28 15:25     ` Clinton Bunch
2019-03-28 15:36   ` Oliver Kiddle
2019-03-28 15:40     ` Clinton Bunch
2019-03-28 20:26       ` Daniel Shahaf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c8ab4631-e66b-ffae-1db8-2a63e8fe2859@zentaur.org \
    --to=cdb_zsh@zentaur.org \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).