zsh-users
 help / color / mirror / code / Atom feed
From: Sven Guckes <guckes@math.fu-berlin.de>
To: zsh-users@sunsite.dk
Subject: Re: var expansion in glob pattern? - s/end/done/ !
Date: Sun, 24 Mar 2002 01:12:49 +0100	[thread overview]
Message-ID: <20020324001249.GA12484@ritz.math.fu-berlin.de> (raw)
In-Reply-To: <1020323193618.ZM28746@candle.brasslantern.com>

* Bart Schaefer <schaefer@brasslantern.com> [2002-03-23 19:36]:
> On Mar 23,  7:56pm, Sven Guckes wrote:
> }   $ for i in 1 2 3 4 5 10 15 20 25 30 35 40 35 40 45 50; do
> }       ls *(.Lk-$i)|wc -l
> }     end
> }   zsh: parse error near `end'
> 
> You need "done" rather than "end", there.

  $ for i in 1 2 3 4 5 10 15 20 25 30 35 40 35 40 45 50; do
      ls *(.Lk-$i)|wc -l
   done
      9
    211
    642
   1298
   2015
   3331
   3882
   4188
   4365
   4493
   4595
   4670
   4595
   4670
   4716
   4757

now it works!  :-)

> There's nothing wrong with the glob expression --
> except that passing it as the argument to "ls" may do
> the wrong thing when there are no matches at all.

good point!

> Of course note that the files smaller than 50k
> includes all the files smaller than 45k, and so on ...

yep, that's a feature. :-)

Sven


      parent reply	other threads:[~2002-03-24  0:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-23 18:56 var expansion in glob pattern? Sven Guckes
2002-03-23 19:36 ` Bart Schaefer
2002-03-23 19:54   ` Bart Schaefer
2002-03-24  0:19     ` Sven Guckes
2002-03-24  0:12   ` Sven Guckes [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020324001249.GA12484@ritz.math.fu-berlin.de \
    --to=guckes@math.fu-berlin.de \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).