Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Process substitution and builtins
- X-seq: zsh-workers 21470
- From: Alexey Tourbin <at@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Process substitution and builtins
- Date: Fri, 15 Jul 2005 03:34:28 +0400
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Hello,
$ echo <(date)
/home/at/tmp/zsh0prNlb
zsh: can't open /home/at/tmp/zsh0prNlb: no such file or directory
$ /bin/echo <(date)
/home/at/tmp/zshoAPhz3
$
$ : <(date)
zsh: can't open /home/at/tmp/zsh0ZO11y: no such file or directory
$ /bin/true <(date)
$
Looks like a bug for me...
Attachment:
pgpFExrhLFA61.pgp
Description: PGP signature
Messages sorted by:
Reverse Date,
Date,
Thread,
Author