Re: deltree

"Kenneth Illingsworth" <[email protected]> Tue, 26 Nov 2002 08:35:16 -0500
Newsgroups gmane.linux.redhat.s390
Message-ID <[email protected]>
Thanks you very much. This helped a lot.

Regards,
Ken Illingsworth

>>> Florian La Roche <[email protected]> 11/26/02 07:46AM >>>
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