From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9699 invoked from network); 20 Dec 1999 15:31:57 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 20 Dec 1999 15:31:57 -0000 Received: (qmail 27881 invoked by alias); 20 Dec 1999 15:31:38 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 2783 Received: (qmail 27874 invoked from network); 20 Dec 1999 15:31:38 -0000 Sender: tractrix@control.auc.dk Message-ID: <385E4BD6.7835A11@kom.auc.dk> Date: Mon, 20 Dec 1999 16:31:34 +0100 From: Claus Alboege X-Mailer: Mozilla 4.61 [en] (X11; I; SunOS 5.7 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: zsh-users@sunsite.auc.dk Subject: rm -r Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Hi, 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. -- Claus Alboege