使用Windows系统下的Powershell删除冗余文件:
Get-ChildItem -Recurse -Include .elrnm,.sel,.unf,.rsl,.ptrnm,.rtm, CPU*, *.log, *.ndrnm, *csv, *.dat, *.usf | Remove-Item -Force
发布于 4 小时前 6 次阅读
使用Windows系统下的Powershell删除冗余文件:
Get-ChildItem -Recurse -Include .elrnm,.sel,.unf,.rsl,.ptrnm,.rtm, CPU*, *.log, *.ndrnm, *csv, *.dat, *.usf | Remove-Item -Force