bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Comments on bash 5.2's undocumented <(<file) and weird >(<file)


From: Chet Ramey
Subject: Re: Comments on bash 5.2's undocumented <(<file) and weird >(<file)
Date: Mon, 8 Jul 2024 10:36:18 -0400
User-agent: Mozilla Thunderbird

On 7/5/24 2:38 PM, Emanuele Torre wrote:
Bash 5.2 apparently added  <(< file)  that expand to the path to a fifo
(openable only for read on BSD) to which the contents of file are
written to, without documenting it.
It's a side effect of making the internal implementations of command and
process substitution cleaner and more consistent. Don't expect it to
become documented or necessarily even stick around.

--
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    chet@case.edu    http://tiswww.cwru.edu/~chet/

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]