Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
"\rm -f" stops after the 1st glob not found
- X-seq: zsh-users 17922
- From: Leonardo Barbosa <barbosa.leonardo@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: "\rm -f" stops after the 1st glob not found
- Date: Wed, 14 Aug 2013 06:25:27 -0300
- 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==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author