Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Brace expansion and RC_EXPAND_PARAM
- X-seq: zsh-workers 3400
- From: Andrej Borsenkow <borsenkow.msk@xxxxxx>
- To: Zsh workers mailing list <zsh-workers@xxxxxxxxxxxxxxx>
- Subject: Brace expansion and RC_EXPAND_PARAM
- Date: Fri, 1 Aug 1997 16:38:14 +0400 (MSD)
- Reply-to: borsenkow.msk@xxxxxx
While we are up to it ...
a=(a b)
x=(x y)
echo $a$^x
a bx by
echo $a{x,y}
a bx by
It is O.K., but
echo $^a$x
ax ay bx by
echo {a,b}$x
ax bx y
Shouldn't they be the same (whichever algorithm is choosen? It applies
to {m..n} as well
-------------------------------------------------------------------------
Andrej Borsenkow Fax: +7 (095) 252 01 05
SNI ITS Moscow Tel: +7 (095) 252 13 88
NERV: borsenkow.msk E-Mail: borsenkow.msk@xxxxxx
-------------------------------------------------------------------------
Messages sorted by:
Reverse Date,
Date,
Thread,
Author