Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: <> redirection operator (was: zsh.texi)
- X-seq: zsh-workers 1357
- From: Zefram <A.Main@xxxxxxxxxxxxxxxxx>
- To: hzoli@xxxxxxxxxx (Zoltan Hidvegi)
- Subject: Re: <> redirection operator (was: zsh.texi)
- Date: Sun, 16 Jun 1996 14:23:14 +0100 (BST)
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <199606152208.AAA03465@xxxxxxxxxxxxxxxxxxxx> from "Zoltan Hidvegi" at Jun 16, 96 00:08:33 am
>I agree with that but I'm afraid that this change will break many scripts.
>But it would be definitely simpler and cleaner, and the documentation would
>be much simpler and less confusing.
How often do you use numerical globbing? I've only ever used it
interactively. It wouldn't be the first time we've changed behaviour,
and the change required to scripts is trivial.
And regarding the &> redirection you mentioned: I think this is a bad
idea. It's not POSIX conformant (consider `a &> b c`), and it's not
really necessary. It is possible to redirect to a file called "-" by
doing `>& ./-`.
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author