Get-ChildItem -Path "." -Recurse -ErrorAction SilentlyContinue | Where-Object { $_.Length -gt 10MB }
POWERSHELL搜索大文件命令
最新推荐文章于 2024-09-22 17:16:15 发布
Get-ChildItem -Path "." -Recurse -ErrorAction SilentlyContinue | Where-Object { $_.Length -gt 10MB }