Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
<> redirection operator (was: zsh.texi)
- X-seq: zsh-workers 1356
- From: Zoltan Hidvegi <hzoli@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx (Zsh hacking and development)
- Subject: <> redirection operator (was: zsh.texi)
- Date: Sun, 16 Jun 1996 00:08:33 +0200 (MET DST)
- In-reply-to: <27748.199606150744@xxxxxxxxxxxxxxxxxxxxxxx> from Zefram at "Jun 15, 96 08:44:05 am"
Zefram wrote:
> >I'd like to implement <> redirection as well which is often quite useful
> >and it is required by POSIX as well. When not in sh/ksh mode <> will only
> >be recocnized as a redirection if it is delimited from the word before and
> >after it or if it is immediately preceeded by a digit. E.g.
>
> I think actually <> should *always* do redirection. The glob syntax,
> <->, is only one charater longer.
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.
Zoltan
Messages sorted by:
Reverse Date,
Date,
Thread,
Author