Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #16471
| Path | csiph.com!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail |
|---|---|
| From | felix <felix@f-hauri.ch> |
| Newsgroups | gnu.bash.bug |
| Subject | Re: Undocumented feature: Unnamed fifo '<(:)' |
| Date | Sun, 28 Jun 2020 19:06:09 +0200 |
| Lines | 23 |
| Approved | bug-bash@gnu.org |
| Message-ID | <mailman.569.1593363980.2574.bug-bash@gnu.org> (permalink) |
| References | <20200628134945.GB24863@medium.hauri> <CAH7i3LqDuo5WO-3+md3Mo1qyKuvzkswLtezqFXG=WgmNjneH0Q@mail.gmail.com> <20200628170609.GA19821@medium.hauri> |
| NNTP-Posting-Host | lists.gnu.org |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Transfer-Encoding | 8bit |
| X-Trace | usenet.stanford.edu 1593363980 28870 209.51.188.17 (28 Jun 2020 17:06:20 GMT) |
| X-Complaints-To | action@cs.stanford.edu |
| To | bug-bash@gnu.org |
| Envelope-to | bug-bash@gnu.org |
| Content-Disposition | inline |
| In-Reply-To | <CAH7i3LqDuo5WO-3+md3Mo1qyKuvzkswLtezqFXG=WgmNjneH0Q@mail.gmail.com> |
| User-Agent | Mutt/1.10.1 (2018-07-13) |
| Received-SPF | none client-ip=212.74.161.16; envelope-from=felix@f-hauri.ch; helo=smtp.f-hauri.ch |
| X-detected-operating-system | by eggs.gnu.org: First seen = 2020/06/28 12:39:03 |
| X-ACL-Warn | Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] |
| X-Spam_score_int | -8 |
| X-Spam_score | -0.9 |
| X-Spam_bar | / |
| X-Spam_report | (-0.9 / 5.0 requ) BAYES_00=-1.9, KHOP_HELO_FCRDNS=1, SPF_HELO_NONE=0.001, SPF_NONE=0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN |
| X-Spam_action | no action |
| X-BeenThere | bug-bash@gnu.org |
| X-Mailman-Version | 2.1.23 |
| Precedence | list |
| List-Id | Bug reports for the GNU Bourne Again SHell <bug-bash.gnu.org> |
| List-Unsubscribe | <https://lists.gnu.org/mailman/options/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=unsubscribe> |
| List-Archive | <https://lists.gnu.org/archive/html/bug-bash> |
| List-Post | <mailto:bug-bash@gnu.org> |
| List-Help | <mailto:bug-bash-request@gnu.org?subject=help> |
| List-Subscribe | <https://lists.gnu.org/mailman/listinfo/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=subscribe> |
| X-Mailman-Original-Message-ID | <20200628170609.GA19821@medium.hauri> |
| X-Mailman-Original-References | <20200628134945.GB24863@medium.hauri> <CAH7i3LqDuo5WO-3+md3Mo1qyKuvzkswLtezqFXG=WgmNjneH0Q@mail.gmail.com> |
| Xref | csiph.com gnu.bash.bug:16471 |
Show key headers only | View raw
I totally agree, but this work from at least bash-3.2 upto last version! But if a bug, a feature request: exec 8< 9> <>(date -f - +%s) ( ..or, but I don't imagine how this could be implemanted: exec 8<> <>(date -f - +%s) :-p ) ... AND even: Same `-u` option for `read -u $FD` available for `printf -u $FD`. On Sun, Jun 28, 2020 at 07:31:53PM +0300, Oğuz wrote: > > Seems like a bug to me. The FIFO created for <(:) shouldn't be writable. -- Félix Hauri - <felix@f-hauri.ch> - http://www.f-hauri.ch
Back to gnu.bash.bug | Previous | Next | Find similar
Re: Undocumented feature: Unnamed fifo '<(:)' felix <felix@f-hauri.ch> - 2020-06-28 19:06 +0200
csiph-web