zsh-users
 help / color / mirror / code / Atom feed
From: Hugo Haas <hugo@larve.net>
To: zsh-users@sunsite.dk
Subject: Expansion of patterns
Date: Wed, 09 Mar 2005 13:04:24 +0100	[thread overview]
Message-ID: <87d5u958l3.fsf@jibboom.natpar.dnsalias.net> (raw)

Hi.

I've been wanting to expand patterns that do not match filenames. For
example:

  echo a1 a2 a3

could be (hopefully) written:

  echo a[1-3]

However, I get:

  zsh: no matches found: a[1-3]

I sure can do:

  (for i in $(seq 1 3); do echo a$i; done)| xargs echo

but it clearly isn't as simple, and it works for simple cases but
wouldn't work in complex ones.

Is there any way to expand patterns like this in a simple way?

Cheers,

Hugo

-- 
Hugo Haas - http://larve.net/people/hugo/


             reply	other threads:[~2005-03-09 12:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-09 12:04 Hugo Haas [this message]
2005-03-09 12:43 ` J

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=87d5u958l3.fsf@jibboom.natpar.dnsalias.net \
    --to=hugo@larve.net \
    --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).