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

Process substitution and builtins



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