Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

<> redirection operator (was: zsh.texi)



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