zsh-workers
 help / color / mirror / code / Atom feed
* MULTIOS input
@ 2007-06-27 19:40 Dave Yost
  2007-06-29  5:12 ` Bart Schaefer
  2007-06-29 18:34 ` Wayne Davison
  0 siblings, 2 replies; 4+ messages in thread
From: Dave Yost @ 2007-06-27 19:40 UTC (permalink / raw)
  To: zsh-workers

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%


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-06-30  0:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-27 19:40 MULTIOS input Dave Yost
2007-06-29  5:12 ` Bart Schaefer
2007-06-29 18:34 ` Wayne Davison
2007-06-30  0:20   ` Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).