随笔分类 -  win

摘要:du -sh * | sort -rh 类似 Get-ChildItem | ForEach-Object { $size = if ($_ -is [System.IO.DirectoryInfo]) { (New-Object -com Scripting.FileSystemObject).G 阅读全文
posted @ 2026-01-23 09:45 庶旁 阅读(7) 评论(0) 推荐(0)