From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20775 invoked by alias); 16 Aug 2013 14:52:49 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 17930 Received: (qmail 16558 invoked from network); 16 Aug 2013 14:52:42 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE, SPF_HELO_PASS autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at m.gmane.org designates 80.91.229.3 as permitted sender) X-Injected-Via-Gmane: http://gmane.org/ To: zsh-users@zsh.org From: zzapper Subject: Re: "\rm -f" stops after the 1st glob not found Date: Fri, 16 Aug 2013 14:34:07 +0000 (UTC) Organization: rayninfo Message-ID: References: X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 78-86-205-54.zone2.bethere.co.uk User-Agent: Xnews/2009.05.01 Leonardo Barbosa wrote in news:CAMXWGTxJiYpsksFKfEi0=p+nj=O06YQorg3n5MOD8MpNxdQsjQ@mail.gmail.com: > Hello all, > > I'm sure that's a simple questions, but the keywords are so common > that i couldn't find the answer by googling them. > > My problem is this, when i type: > > \rm -f *.aux *.blg *.out *.ps *.log *.toc *.tcp *.idx *.bak *.tps > *.ilg *.ind *.sty *.bst *.bbl > > zsh stops in the first glob it doesn't find. How could i fix this? > I have the following but it doesn't or no longer works?? ls *.{jpg,gif}(.N) # do not break if one or other image type absent zzapper