zsh-workers
 help / color / mirror / code / Atom feed
* Why only ONE redirection ?
@ 1996-11-22 12:27 C. v. Stuckrad
  0 siblings, 0 replies; only message in thread
From: C. v. Stuckrad @ 1996-11-22 12:27 UTC (permalink / raw)
  To: Zsh workers list

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        /


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1996-11-22 12:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-11-22 12:27 Why only ONE redirection ? C. v. Stuckrad

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).