📌  相关文章
📜  windowscommand 删除具有指定名称 recursivel 的目录 - Shell-Bash 代码示例

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

代码示例1
for /d /r . %d in (__pycache__) do @if exist "%d" rd /s/q "%d"