📅  最后修改于: 2022-03-11 14:59:04.697000             🧑  作者: Mango
rmdir directoryname // This is will delete an empty directory.
rmdir -r directoryname // This is will delete everything in the directory
// including all files and subdirectories.