Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

implementation of <() (creating a temp fifo) ?



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!


Messages sorted by: Reverse Date, Date, Thread, Author