mirror of
https://github.com/iminet/dev.git
synced 2026-02-11 20:24:12 +01:00
2 lines
146 B
PowerShell
2 lines
146 B
PowerShell
Get-ChildItem . | % { $f = $_ ; get-childitem -r $_.FullName | measure-object -property length -sum | select @{Name="Name";Expression={$f}},Sum}
|