From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9902 invoked from network); 20 Dec 1999 15:43:28 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 20 Dec 1999 15:43:28 -0000 Received: (qmail 210 invoked by alias); 20 Dec 1999 15:43:10 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 2785 Received: (qmail 203 invoked from network); 20 Dec 1999 15:43:09 -0000 Date: Mon, 20 Dec 1999 10:43:04 -0500 From: Clint Adams To: Claus Alboege Cc: zsh-users@sunsite.auc.dk Subject: Re: rm -r Message-ID: <19991220104304.E8924@dman.com> References: <385E4BD6.7835A11@kom.auc.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0i In-Reply-To: <385E4BD6.7835A11@kom.auc.dk>; from tractrix@kom.auc.dk on Mon, Dec 20, 1999 at 04:31:34PM +0100 > Could anyone tell me a way to make the following work from a z-shell: > > rm -rf *.o (this dosn't work) > > What I want is to remove all .o files recursive , but the "-r switch" in > the above isn't a correct way to do it. rm -f **/*.o might work a little better