powershell递归删除文件

  • 在powershell上执行
get-childitem * -include *.pyc -recurse |remove-item
  • 或者使用别名
ls * -include *.pyc -recurse |rm
posted @ 2016-09-26 20:56  妙音  阅读(867)  评论(0编辑  收藏  举报