zsh-workers
 help / color / mirror / code / Atom feed
From: "C. v. Stuckrad" <stucki@math.fu-berlin.de>
To: Zsh workers list <zsh-workers@math.gatech.edu>
Subject: Why only ONE redirection ?
Date: Fri, 22 Nov 1996 13:27:47 +0100 (MET)	[thread overview]
Message-ID: <Pine.GSO.3.95.961122125740.7244A-100000@petzval> (raw)

Hi!

Today with a zsh-3.0.1 I did the following
(to look for a 'range' of files):

$ ls -lgtra * > >(head -3) > >(tail -3)
-r--------  1 root     bin          1014 Jul 23 12:43 0uiewJ-000837C
-r--------  1 root     bin          1846 Jul 23 12:45 0uieyA-000839a
-r--------  1 root     bin           516 Jul 23 12:47 0uiezb-00083QC

*** I got only THREE lines ***

So I toggled 'multios' and got 'nothing'.

When I tested the old zsh-2.5.0c, I got:

$ /usr/local/bin/zsh2.5.0c -c 'ls -lgtra * > >(head -3) > >(tail -3)'
-r--------  1 root     bin          1014 Jul 23 12:43 0uiewJ-000837C
-r--------  1 root     bin          1846 Jul 23 12:45 0uieyA-000839a
-r--------  1 root     bin           516 Jul 23 12:47 0uiezb-00083QC
-r--------  1 root     bin          2721 Aug 27 04:50 0uvEED-0008HQC
-r--------  1 root     bin          1339 Aug 27 04:52 0uvEGE-0008HRC
-r--------  1 root     bin          1168 Aug 27 04:53 0uvEHO-0008HTC

*** THIS is what I was trying to do ***

Is the difference in the zsh's a bug or a feature ?

Stucki 

Christoph von Stuckrad       * *  | talk to  | <stucki@math.fu-berlin.de> \
Freie Universitaet Berlin    |/_* | nickname | ...!unido!fub!leibniz!stucki|
Fachbereich Mathematik, EDV  |\ * | 'stucki' | Tel:+49 30 838-7545{9|8}    |
Arnimallee 2-6/14195 Berlin  * *  |  on IRC  | Fax:+49 30 838-5913        /


                 reply	other threads:[~1996-11-22 12:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=Pine.GSO.3.95.961122125740.7244A-100000@petzval \
    --to=stucki@math.fu-berlin.de \
    --cc=zsh-workers@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).