Remove directories and files.
Caution: rm -rf deletes the tree and does not recover it.
rm -rf
Empty directory: rmdir.
rmdir
Non-empty:
rm -rf <Dir>
Dir cannot be a path.
Dir
rm [<Path>/]<match-pattern>