zsh-users
 help / color / mirror / code / Atom feed
* numeric brace expansion
@ 1995-06-05 16:44 Gerald Skerbitz
  1995-06-05 16:52 ` Richard Coleman
  0 siblings, 1 reply; 4+ messages in thread
From: Gerald Skerbitz @ 1995-06-05 16:44 UTC (permalink / raw)
  To: zsh-users

>From zshexpn.1:
     An expression of the form {n1..n2},  where  n1  and  n2  are
     integers,  is  expanded  to  every number between n1 and n2,
     inclusive.  If either number begins with  a  zero,  all  the
     resulting numbers will be padded with leading zeroes to that
     minimum width.  If the numbers are in decreasing  order  the
     resulting sequence will also be in decreasing order.
 

This doesn't work at all for me.
>echo {01..03}
. 0 1 3

I figure there has to be some option I haven't set.  Could someone clue 
me in here?

>setopt
allexport appendhistory autocd automenu autonamedirs autopushd braceccl
cdablevars completeinword cshjunkieparen extendedglob globdots hashcmds
hashdirs hashlistall histignoredups ignoreeof interactive interactivecomments
listtypes menucomplete monitor nonomatch notify pathdirs pushdignoredups
pushdminus pushdsilent pushdtohome shinstdin zle

>echo $ZSH_VERSION 
2.6-beta9

Thanks.
--
Gerry
Gerald Skerbitz <gsker@med.umn.edu> U of MN Med School Admin 6-5379



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1995-06-05 17:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-06-05 16:44 numeric brace expansion Gerald Skerbitz
1995-06-05 16:52 ` Richard Coleman
1995-06-05 17:39   ` Mike Campbell
1995-06-05 17:47     ` Richard Coleman

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).