From owner-freebsd-isp Tue Sep 9 01:46:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA06619 for isp-outgoing; Tue, 9 Sep 1997 01:46:02 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA06583 for ; Tue, 9 Sep 1997 01:45:57 -0700 (PDT) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id SAA08130; Tue, 9 Sep 1997 18:15:31 +0930 (CST) Message-ID: <19970909181531.09104@lemis.com> Date: Tue, 9 Sep 1997 18:15:31 +0930 From: Greg Lehey To: muditha@seychelles.net Cc: freebsd-isp@FreeBSD.ORG Subject: Re: rmdir References: <341501CF.13B8@seychelles.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e In-Reply-To: <341501CF.13B8@seychelles.net>; from Muditha Gunatilake on Tue, Sep 09, 1997 at 11:59:11AM +0400 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, Sep 09, 1997 at 11:59:11AM +0400, Muditha Gunatilake wrote: > Hi, > I have alot of sub directories and loads of junk under /home/abc. I want > to remove all that from /home/abc.....what command can I use without > having to emty each directory. rmdir does not help. $ rm -rf /home/abc Careful, it's like a chainsaw without a guard. Greg