From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24053 invoked by alias); 17 Aug 2013 13:36:16 -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: 17934 Received: (qmail 23092 invoked from network); 17 Aug 2013 13:36:02 -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,SPF_HELO_PASS autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at schrab.com designates 50.116.43.67 as permitted sender) Date: Sat, 17 Aug 2013 09:36:00 -0400 From: Aaron Schrab To: zsh-users@zsh.org Subject: Re: "\rm -f" stops after the 1st glob not found Message-ID: <20130817133600.GG10846@pug.qqx.org> Mail-Followup-To: zsh-users@zsh.org References: <130816211320.ZM27930@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21+186 (g51cc38c) (2012-12-30) At 11:11 +0000 17 Aug 2013, zzapper wrote: >Bart Schaefer wrote in >news:130816211320.ZM27930@torch.brasslantern.com: > >> ls *.{jpg,gif}(.N) > >Bart, >Yeah that's what happened and confused me, of course if I was doing a >delete that would/could be disastrous How so? ls with no (non-option) arguments will list the current directory. rm with no arguments won't delete anything, it will just display an error message if the -f option wasn't used.