zsh-users
 help / color / mirror / code / Atom feed
* implementation of <() (creating a temp fifo) ?
@ 2017-02-12 12:32 Timothee Cour
  2017-02-12 18:17 ` Bart Schaefer
  0 siblings, 1 reply; 3+ messages in thread
From: Timothee Cour @ 2017-02-12 12:32 UTC (permalink / raw)
  To: Zsh Users

[-- Attachment #1: Type: text/plain, Size: 334 bytes --]

Could someone kindly point me source code showing how zsh implements <()
(temporary named pipe creation)? (ideally a url)

* c tempfile creates an (unnamed) File, which can't be used to create a fifo

* my workaround is to use tempnam but docs says it's not recommended (
http://man7.org/linux/man-pages/man3/tempnam.3.html)

Thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-02-13  2:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-12 12:32 implementation of <() (creating a temp fifo) ? Timothee Cour
2017-02-12 18:17 ` Bart Schaefer
2017-02-13  2:30   ` Timothee Cour

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).