From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23745 invoked by alias); 14 Aug 2013 09:26:28 -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: 17922 Received: (qmail 19519 invoked from network); 14 Aug 2013 09:26:13 -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=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW, T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.220.175 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=eDArn2qqisKPLoWWBpIkOIRZ5h+R5rISEB4Xv/fHQSI=; b=gbJSB1t7weDydC/TQTLdIVwN0jzGYxRzDnNxEC+MphywyFD17t0Mqr/ANiokfzSgxW k1m19n1RLq88ZK5GcpJzdAZO1ey6QSNGuFKOhhYqN4CKwba1kNVSnnO/az6lKH/1hyEg OWmEdeFKltG+u9OjF6VVYLE2o8y+AM1vKYycdccF24NYZdSonSPfTwopOpjjFFo3V9rY scKsVh3/BvzbxG734yK3RqaCm+O4Yrks8tWcIzlw1KazcEVeCsnqTyTd7Lcy8q1VJcGO rwAGTjZSBomSt9piG5ZkKDNohtu32tkPoTUjUsncGS1EfZuYBx5iKvbr7KRRZVjuay5M wZHg== X-Received: by 10.59.8.232 with SMTP id dn8mr8738355ved.8.1376472367643; Wed, 14 Aug 2013 02:26:07 -0700 (PDT) MIME-Version: 1.0 From: Leonardo Barbosa Date: Wed, 14 Aug 2013 06:25:27 -0300 Message-ID: Subject: "\rm -f" stops after the 1st glob not found To: zsh-users@zsh.org Content-Type: text/plain; charset=ISO-8859-1 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? Thanks in advance Leo