From owner-freebsd-questions Mon Mar 25 17:12: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail8.wi.rr.com (mkc-162-176.kc.rr.com [24.94.162.176]) by hub.freebsd.org (Postfix) with ESMTP id D096937B416 for ; Mon, 25 Mar 2002 17:11:57 -0800 (PST) Received: from wi.rr.com ([65.31.97.147]) by mail8.wi.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Mon, 25 Mar 2002 18:08:28 -0600 Message-ID: <3C9FBBCD.9F82B570@wi.rr.com> Date: Mon, 25 Mar 2002 18:07:41 -0600 From: Nick Lozinsky Reply-To: nl3481@wi.rr.com X-Mailer: Mozilla 4.7 [en]C-NSCPCD (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: Deleting folders that're not empty References: <200203260000.g2Q00UR07986@hokkshideh2.jetcafe.org> <3C9FBB51.46D7580D@wi.rr.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Nick Lozinsky wrote: > Hi, > > how do I delete a folder thats populated with other subfolders and > files, without going through each folder and deleting its contents, etc. > I know rmdir deletes a folder. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message rm -R dir To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message