mirror of
https://github.com/iminet/dev.git
synced 2025-04-20 20:25:47 +02: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}
|