Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Mar 2004 13:06:27 +0800 (PHT)
From:      rfa@msumain.edu.ph
To:        "Stephen Liu" <satimis@icare.com.hk>
Subject:   Re: How to remove a non-empty directory
Message-ID:  <4698.203.177.105.170.1078203987.squirrel@bayok.msumain.edu.ph>
In-Reply-To: <200403022221.24406.satimis@icare.com.hk>
References:  <200403022221.24406.satimis@icare.com.hk>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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
>
try this:
#cd /usr/ports
#make search name = mc | more
[you will find all the ports with mc in them]
then you will know that mc is in
#cd /usr/ports/misc/mc && make all install clean

rm -r for your previous question.  thats dangerous though be sure to type
carefully when doing this command.










Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4698.203.177.105.170.1078203987.squirrel>