📜  如何在 ubuntu 中删除多个非空目录 - Shell-Bash 代码示例

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

代码示例1
rm -r dir1 dir2 dir3Copy