Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
numeric brace expansion
- X-seq: zsh-users 8
- From: Gerald Skerbitz <gsker@xxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxxx
- Subject: numeric brace expansion
- Date: Mon, 5 Jun 1995 11:44:38 -0500 (CDT)
- Reply-to: gsker@xxxxxxxxxxxxxxxxx
>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@xxxxxxxxxxx> U of MN Med School Admin 6-5379
Messages sorted by:
Reverse Date,
Date,
Thread,
Author