From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5056 invoked from network); 1 Dec 2003 12:09:14 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 1 Dec 2003 12:09:14 -0000 Received: (qmail 17063 invoked by alias); 1 Dec 2003 12:08:53 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6827 Received: (qmail 17047 invoked from network); 1 Dec 2003 12:08:52 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 1 Dec 2003 12:08:52 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [193.141.110.11] by sunsite.dk (MessageWall 1.0.8) with SMTP; 1 Dec 2003 12:8:41 -0000 Received: from karnickel.franken.de (localhost [127.0.0.1]) by karnickel.franken.de (8.12.10/8.12.10) with ESMTP id hB1C7UfO086456 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 1 Dec 2003 13:07:30 +0100 (CET) Received: (from uucp@localhost) by karnickel.franken.de (8.12.10/8.12.2/Submit) with UUCP id hB1C7Toc086455; Mon, 1 Dec 2003 13:07:30 +0100 (CET) (envelope-from jean-luc@picard.franken.de) Received: by picard.franken.de (Postfix, from userid 1001) id 3593F5BA89; Mon, 1 Dec 2003 13:07:09 +0100 (CET) Date: Mon, 1 Dec 2003 13:07:09 +0100 From: Thomas =?iso-8859-1?Q?K=F6hler?= To: Eric Smith Cc: Zsh Users Subject: Re: avoid file not found error with { .. } expansion Message-ID: <20031201120709.GA23915@picard.franken.de> Mail-Followup-To: Eric Smith , Zsh Users References: <20031201111735.GA26591@fruitcom.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="17pEHd4RhPHOinZp" Content-Disposition: inline In-Reply-To: <20031201111735.GA26591@fruitcom.com> X-Operating-System: Linux X-Editor: VIM - Vi IMproved 6.2 http://www.vim.org/ X-IRC: tirc; Nick: tkoehler X-URL: http://jeanluc-picard.de/ User-Agent: Mutt/1.5.4i --17pEHd4RhPHOinZp Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Eric Smith wrote: > What would be the correct invocation for this: >=20 > $ xview {02..19}.*jpg > zsh: no matches found: 04.*jpg >=20 > in order to avoid the error of files not being found. I think you want something like this :-) xview <02-19>*.jpg Ciao, Thomas --=20 Thomas K=F6hler Email: jean-luc@picard.franken.de <>< WWW: http://jeanluc-picard.de IRC: tkoehler PGP public key available from Homepage! --17pEHd4RhPHOinZp Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQE/yy7sTEYXWMJlHuYRAlj/AJ4wBk0CXG4PI4jO6qNFeadKiUwRcACfZ9GY NZyjGYi1kZMsn5DkgLzxbBs= =Cbwx -----END PGP SIGNATURE----- --17pEHd4RhPHOinZp--