From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: zsh-workers-request@euclid.skiles.gatech.edu Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by coral.primenet.com.au (8.7.5/8.7.3) with ESMTP id BAA20532 for ; Thu, 31 Oct 1996 01:31:32 +1100 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id JAA29624; Wed, 30 Oct 1996 09:23:09 -0500 (EST) Resent-Date: Wed, 30 Oct 1996 09:09:03 -0500 (EST) From: Zefram Message-Id: <12425.199610301408@stone.dcs.warwick.ac.uk> Subject: Re: pipes and redirection To: gsker@lenti.med.umn.edu Date: Wed, 30 Oct 1996 14:08:41 +0000 (GMT) Cc: pws@ifh.de, zsh-users@math.gatech.edu In-Reply-To: from "Gerald Skerbitz" at Oct 30, 96 07:33:33 am X-Loop: zefram@dcs.warwick.ac.uk X-Stardate: [-31]8347.94 X-US-Congress: Moronic fuckers Content-Type: text Resent-Message-ID: <"EmeTB3.0.V97.-5sTo"@euclid> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/479 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu >I considered that the problem was that I had `setopt multios', then I checked >by typing `setopt' and `multios' was NOT on the list, so I figured from that >that I DIDN'T have the multios feature turned on. If you had types `unsetopt', then `nomultios' would have appeared. `setopt' now lists those options set to a non-default state. > Then I tried `setopt >nomultios' as above and it worked. Why did I have to set that explicitly? Because multios are available by default. The facility to turn them off was added relatively recently. -zefram