Date: Mon, 25 Mar 2002 18:07:41 -0600 From: Nick Lozinsky <nl3481@wi.rr.com> To: freebsd-questions@FreeBSD.ORG Subject: Re: Deleting folders that're not empty Message-ID: <3C9FBBCD.9F82B570@wi.rr.com> References: <200203260000.g2Q00UR07986@hokkshideh2.jetcafe.org> <3C9FBB51.46D7580D@wi.rr.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3C9FBBCD.9F82B570>