From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29705 invoked from network); 1 Dec 2003 11:18:04 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 1 Dec 2003 11:18:04 -0000 Received: (qmail 27595 invoked by alias); 1 Dec 2003 11:17:43 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6825 Received: (qmail 27579 invoked from network); 1 Dec 2003 11:17:43 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 1 Dec 2003 11:17:43 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [213.201.175.88] by sunsite.dk (MessageWall 1.0.8) with SMTP; 1 Dec 2003 11:17:42 -0000 Received: from localhost (pepper [127.0.0.1]) by pepper.fruitcom.com (Postfix) with ESMTP id 971D569F50; Mon, 1 Dec 2003 12:17:42 +0100 (CET) Received: from pepper.fruitcom.com ([127.0.0.1]) by localhost (pepper [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 07384-08-2; Mon, 1 Dec 2003 12:17:35 +0100 (CET) Received: by pepper.fruitcom.com (Postfix, from userid 1000) id 7190869F4F; Mon, 1 Dec 2003 12:17:35 +0100 (CET) Date: Mon, 1 Dec 2003 12:17:35 +0100 From: Eric Smith To: Zsh Users Subject: avoid file not found error with { .. } expansion Message-ID: <20031201111735.GA26591@fruitcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-new-20030616-p5 (Debian os) What would be the correct invocation for this: $ xview {02..19}.*jpg zsh: no matches found: 04.*jpg in order to avoid the error of files not being found. Thanks -- Eric Smith