How to delete dir and sub dir

Guys, can you tell me how to delete directory and sub directory with files in them, for example:

/system/upgrade/title/sub/var/vito/

I would like to delete 'title' and everything under it. Every sub dir contains files which need to be deleted as well.

Thanks

In your previous post you got the information, that the rm command is used to delete files and directories. Do you have the man pages installed? You could check the various switches for this command and try it out on some dummy directories/files.

Any answers that are posted before the OP answered, will be moderated. Thanks for your understanding.