Deleteing a NON-EMPTY directory
Hi,I was wondering if someone can help me.
I'd like to delete a NON-EMPTY directory via SSH.
I've tried rm -r directoryname.
But, it keeps asking me to confirm.
There has to be an easier.
Before anyone gets worried. Yes, I do want to delete the directory. And yes I do know what's in the directory, so I do know that it's safe to delete it.
Thanks in advance.