mirror of https://github.com/iminet/dev
parent
e6d4ec770a
commit
51c1c5fde2
@ -0,0 +1 @@ |
||||
Get-ChildItem . | % { $f = $_ ; get-childitem -r $_.FullName | measure-object -property length -sum | select @{Name="Name";Expression={$f}},Sum} |
Loading…
Reference in new issue