From owner-freebsd-questions@FreeBSD.ORG Mon Mar 1 20:03:41 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C56AD16A4CE for ; Mon, 1 Mar 2004 20:03:41 -0800 (PST) Received: from egr.msu.edu (jeeves.egr.msu.edu [35.9.37.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C88743D3F for ; Mon, 1 Mar 2004 20:03:41 -0800 (PST) (envelope-from peckdani@msu.edu) Received: from peckdani.user.msu.edu (peckdani.user.msu.edu [35.11.155.140]) by egr.msu.edu (8.12.10/8.12.10) with ESMTP id i2243aVv001049 for ; Mon, 1 Mar 2004 23:03:36 -0500 (EST) From: Dan Peck To: freebsd-questions@freebsd.org Date: Mon, 1 Mar 2004 23:05:47 -0500 User-Agent: KMail/1.6 References: <200403022221.24406.satimis@icare.com.hk> In-Reply-To: <200403022221.24406.satimis@icare.com.hk> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200403012305.49380.peckdani@msu.edu> Subject: Re: How to remove a non-empty directory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Mar 2004 04:03:41 -0000 Midnight Commander is available in the ports tree under the subdirectory misc/mc (probably /usr/ports/misc/mc) Or you can add the -r (think recursive) option to rm and it will attempt to remove the heirarchy, prompting for your ok at each direcotry. Adding -f (think forced) makes rm do this without asking, which could be dangerous. -Dan Peck peckdani@msu.edu On Tuesday 02 March 2004 09:21 am, Stephen Liu wrote: > Hi all folks, > > Kindly advise where can I find the small program 'midnight commander' for > FreeBSD. OR what command line shall be applied on FBSD to remove a > non-empty directory together with its content > > TIA > > B.R. > satimis > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"