zsh-users
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@brasslantern.com>
To: matthi@finlandia.Infodrom.North.DE (Matthias Kopfermann),
	zsh-users@math.gatech.edu
Subject: Re: pipelines and &&
Date: Tue, 26 May 1998 12:38:52 -0700	[thread overview]
Message-ID: <980526123852.ZM19469@candle.brasslantern.com> (raw)
In-Reply-To: <m0yeO2G-001N1WC@finlandia.Infodrom.North.DE>

On May 26,  8:01pm, Matthias Kopfermann wrote:
} Subject: Re: pipelines and &&
}
} disappointing! i thought that was a unique zsh-feature which did
} not work because i was doing something wrong.

What, exactly, would you expect it to do?

Your original example was

	ls | wc && | less

The closest thing I can imagine to what that might mean is equivalent to

	coproc cat
	ls >&p | wc && less <&p

which doesn't quite work right because the coproc doesn't exit after
"ls" finishes writing to it, but gives you the idea.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com


  reply	other threads:[~1998-05-26 19:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-05-25  9:46 Matthias Kopfermann
1998-05-25 10:36 ` Thomas Koehler
1998-05-26 18:01   ` Matthias Kopfermann
1998-05-26 19:38     ` Bart Schaefer [this message]
1998-05-25 16:38 ` Bart Schaefer
1998-05-25 10:46 John Riddoch

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=980526123852.ZM19469@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=matthi@finlandia.Infodrom.North.DE \
    --cc=zsh-users@math.gatech.edu \
    /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).