On Sun, 11 Sep 2005 20:21:40 +0300, Rem P Roberti <[EMAIL PROTECTED]> wrote:

How does one go about deleting directories and their contents? RMDIR will
only delete empty directories.

Thanks,

Rem
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

# rm -r *
delete all content in directory and down the road (but be very careful with this)

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to