From owner-freebsd-questions Mon Jul 8 16:09:36 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA16645 for questions-outgoing; Mon, 8 Jul 1996 16:09:36 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id QAA16635 for ; Mon, 8 Jul 1996 16:09:33 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id QAA22830; Mon, 8 Jul 1996 16:04:02 -0700 From: Terry Lambert Message-Id: <199607082304.QAA22830@phaeton.artisoft.com> Subject: Re: Deleting a tree To: compland@ism.com.br (Helio Coelho Jr. - CompuLand Informatica) Date: Mon, 8 Jul 1996 16:04:02 -0700 (MST) Cc: questions@freebsd.org In-Reply-To: <199607070058.VAA20838@unix1.ism.com.br> from "Helio Coelho Jr. - CompuLand Informatica" at Jul 6, 96 09:58:05 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > There's a way to delete a directory tree, without deleting all the > archives inside it ? Maybe a script file? What do you mean "without deleting all the archives inside it"? A directory is a container object. To delete it, it must be empty. If it is not empty, you can not delete it. I don't understand what you are trying to delete. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.