Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
implementation of <() (creating a temp fifo) ?
- X-seq: zsh-users 22456
- From: Timothee Cour <timothee.cour2@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: implementation of <() (creating a temp fifo) ?
- Date: Sun, 12 Feb 2017 04:32:22 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=NvfaaFAwea/tcsuD+DT1OtOrpSBA/3DEuM8uAMAY0Lg=; b=m4hvdVoVD94ddhvE+GEn++ZtzJW2rfi8x8MVZaMsKbHR2HYZKgi9mBt9rMrcpuw7x9 dcvlLuoPOKdThue7k2prQfdFRdWEtIh56SnOiW2m0x4rYVsti7GPmkDf894CZsmorpql EoePYR8sgKnj661gUDb7yIgg2JIfzrCgEa8jrVfu4yNJz7+N06CetbMfmVv5uW/Ws+mg aiDX5z5SDVS3TT4ZH0XZ9l4tc8RKnuEt47c/EeR2FqVuYcD1i7Mi52TH0hU8q3mn8RPX 8686CJ98fjzULrjM09QDSPQ3bePg6qwjK8Ond8v3MJmNeAaP/UnUYLEKBiy+gUO4PVS+ tBWA==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
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