Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: pipes and redirection
- X-seq: zsh-users 479
- From: Zefram <zefram@xxxxxxxxxxxxxxxxx>
- To: gsker@xxxxxxxxxxxxxxxxx
- Subject: Re: pipes and redirection
- Date: Wed, 30 Oct 1996 14:08:41 +0000 (GMT)
- Cc: pws@xxxxxx, zsh-users@xxxxxxxxxxxxxxx
- In-reply-to: <Pine.SOL.3.95.961030072845.19382B-100000@xxxxxxxxxxxxxxxxxxx> from "Gerald Skerbitz" at Oct 30, 96 07:33:33 am
>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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author