zsh-workers
 help / color / mirror / code / Atom feed
* Brace expansion and RC_EXPAND_PARAM
@ 1997-08-01 12:38 Andrej Borsenkow
  0 siblings, 0 replies; only message in thread
From: Andrej Borsenkow @ 1997-08-01 12:38 UTC (permalink / raw)
  To: Zsh workers mailing list

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@sni.de
-------------------------------------------------------------------------



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1997-08-01 12:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-08-01 12:38 Brace expansion and RC_EXPAND_PARAM Andrej Borsenkow

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).