Re: deltree

Florian La Roche <[email protected]> Tue, 26 Nov 2002 13:46:41 +0100
Newsgroups gmane.linux.redhat.s390
Message-ID <[email protected]>
On Tue, Nov 26, 2002 at 08:08:54AM -0500, Kenneth Illingsworth wrote:
> I would like to clean up some disk space. However, some of the files I had tarballed  are huge with may levels of subdirectories. Is there a command or utility like rmdir that can remove a non-empty directory?
> 


"rm -fr /home/dir/nonj-empty" will delete a complete directory with all files
and possible subdirectories in it.

greetings,

Florian La Roche