Rob's web

rmdir

Remove directories with files in it

If you want to remove directories with files in it use:

rm -fR <dir_name>.

The attribute -f let you remove eveyiting without confirming. So becareful with is.