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

Brace expansion and RC_EXPAND_PARAM



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