From owner-freebsd-questions Thu Feb 3 11:56:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mty.eic.com.mx (mty.enlace.net.mx [200.38.242.1]) by builder.freebsd.org (Postfix) with SMTP id D61233E70 for ; Thu, 3 Feb 2000 11:56:11 -0800 (PST) Received: from mty.enlace.net.mx (mty.enlace.net.mx [200.38.242.1]) by mty.eic.com.mx (NTMail 3.03.0014/4c.af04) with ESMTP id da667735 for ; Thu, 3 Feb 2000 13:50:51 -0600 Message-Id: <3.0.32.20000203135050.00c79c60@enlace.net> X-Sender: mmarquez@enlace.net X-Mailer: Windows Eudora Pro Version 3.0 (32) To: freebsd-questions@FreeBSD.ORG From: Mauricio Marquez Subject: Re: deleting a nasty directory entry Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Thu, 3 Feb 2000 13:50:51 -0600 X-Info: enl@ce Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG That worked! (rm -ri *) Thanks to all, Mauricio At 10:48 AM 2/3/00 -0800, you wrote: > >Try using "rm -ri *" instead of "rm -i *". The -r makes it a >recursive command - that is, it says to delete all the directory >contents, then delete the directory itself. > >Just be REALLY sure to include the -i! > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message