Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
MULTIOS input
- X-seq: zsh-workers 23608
- From: Dave Yost <Dave@xxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: MULTIOS input
- Date: Wed, 27 Jun 2007 12:40:33 -0700
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Is this working correctly? I'm on Mac OS X 10.4.10.
0 298 Z% cat foo
#!/usr/local/packages/zsh/bin/zsh
echo ZSH_VERSION is $ZSH_VERSION
setopt MULTIOS
echo line 2 \
| (
cat <<< 'line 1
' < /dev/fd/0
)
0 299 Z% ./foo
ZSH_VERSION is 4.3.4
line 1
0 300 Z%
Messages sorted by:
Reverse Date,
Date,
Thread,
Author