Remove-Item -Recurse -Force <要删除的目录>
可以简写为:
rm -r -fo <要删除目录>
The post Windows中Powershell中的 rm -rf 等效命令 appeared first on SKILL.NULL.