📌  相关文章
📜  rmdir: 删除失败 '': 目录不为空 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:42.800000             🧑  作者: Mango

代码示例2
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.