Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [RFC] adding zmktemp command
- X-seq: zsh-workers 44195
- From: "Daniel Shahaf" <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: [RFC] adding zmktemp command
- Date: Thu, 28 Mar 2019 16:26:18 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=mime-version:message-id:in-reply-to :references:date:from:to:subject:content-type :content-transfer-encoding; s=fm2; bh=40Ds4q9080b7sY8tWeOxdwpSzb JPOTgumNAgI4GdOAE=; b=PiPw97M8y1JSUUGdyEHgM8GJoR4sGf8mcVI/Zvrcwt bcpKDaL7irGarsxTzYLtbKCHdLNSOT7+dwcrbq1xRVZxwzar1gic8yjky7uJIVD3 oiETxAfH0bA4a42Cia/3NKHt/CMmEVB4kNEiuFPC9EqVYa7OLDM/Bii0TOmrWyPh GYsTw5DEs7Q0/YX2BNC/s5G/vikS256mEtYsrU/OxsIoObR9U7dIGCpvQIe0YFBC WK+t1SJkF6ANpnH9ZhPO5nOrQo337YnwSaV71mF4fQjUQssW+mfAd6ws5Ies9oYf 4yLIK0nk7A1n0GNqDvDvSkPh+Inoh8vDjnnmwVOQYssA==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=40Ds4q9080b7sY8tWeOxdwpSzbJPOTgumNAgI4GdO AE=; b=OBjHPFkOHCSE0yqo8b40oW/p/fAiLZR/GKMqRrT/6qqTF9fnSdw/uInGT fV5ioI2rF/vQ2LGwlZGCSx5lFK5U4jNY+OIBlgbRvD4HIdB2P7YQUNLrHG7zaN5N 2lJq5l2jPbkD+IEUg50ch0JnCCS+gmj+WJqdOjTDC/cwb4PazwRAYnHLU+gdAxZm rLLT9KDZyd8bImEmp9IMkNCZyH41XDVa2A09l4dXymOvH/iPeOt2EVM9/MvBY8xg JNtEcStubxi6+d3lfeL77wwqkB1Zi58G2kyxpPwe22kw8BJNTPg4HExmd4X7vacY y9QsicZe2RNvO1KO4z/UwcH7jOxsQ==
- In-reply-to: <3e4f360f-9915-f7e0-56da-42562e64fa23@zentaur.org>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <c8ab4631-e66b-ffae-1db8-2a63e8fe2859@zentaur.org> <71983-1553787379.577063@6_Yl.hHPA.g91O> <3e4f360f-9915-f7e0-56da-42562e64fa23@zentaur.org>
Clinton Bunch wrote on Thu, 28 Mar 2019 15:42 +00:00:
> On 3/28/2019 10:36 AM, Oliver Kiddle wrote:
> > preferred these days. Perhaps sysopen (in zsh/system) could accept a -t
> > option instead of a filename.
> >
> > Oliver
>
> I was planning on adding a -f option to return a fd in a parameter. The
> sysopen solution though wouldn't give you the filename which would mean
> you couldn't pass it to an external program. I realize that that has
> some security issues which is why an unpredictable filename is needed.
The filename could be passed back from sysopen in a parameter, just like
that -f you describe here.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author