Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: HIST_ALLOW_CLOBBER and >&
- X-seq: zsh-users 3215
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Paul_A <acks@xxxxxxxx>, zsh-users@xxxxxxxxxxxxxx
- Subject: Re: HIST_ALLOW_CLOBBER and >&
- Date: Mon, 26 Jun 2000 17:03:42 -0700
- In-reply-to: <20000626165550.I27070@xxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <20000626165550.I27070@xxxxxxxxxxxxxxxxxxx>
On Jun 26, 4:55pm, Paul_A wrote:
> Subject: HIST_ALLOW_CLOBBER and >&
> Is there any good reason why `|' doesn't get appended to >& in the history
I believe it's because of the e.g. >&3 syntax, which or course means "open
descriptor 1 as a copy of descriptor 3." >&|3, on the other hand, means
"force open a file named '3' and direct descriptors 1 and 2 there".
This could probably be fixed at the cost of making the history code do more
complex parsing ...
Messages sorted by:
Reverse Date,
Date,
Thread,
Author