zsh-workers
 help / color / mirror / code / Atom feed
From: Dave Yost <Dave@Yost.com>
To: zsh-workers@sunsite.dk
Subject: MULTIOS input
Date: Wed, 27 Jun 2007 12:40:33 -0700	[thread overview]
Message-ID: <pdy988306240813c2a86d2607d1@[192.168.1.2]> (raw)

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%


             reply	other threads:[~2007-06-27 19:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-27 19:40 Dave Yost [this message]
2007-06-29  5:12 ` Bart Schaefer
2007-06-29 18:34 ` Wayne Davison
2007-06-30  0:20   ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='pdy988306240813c2a86d2607d1@[192.168.1.2]' \
    --to=dave@yost.com \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).