mirror of
https://github.com/iminet/dev.git
synced 2025-04-20 12:15:48 +02:00
Create dirsum.ps1
This commit is contained in:
parent
e6d4ec770a
commit
51c1c5fde2
1
powershell/dirsum.ps1
Normal file
1
powershell/dirsum.ps1
Normal file
@ -0,0 +1 @@
|
|||||||
|
Get-ChildItem . | % { $f = $_ ; get-childitem -r $_.FullName | measure-object -property length -sum | select @{Name="Name";Expression={$f}},Sum}
|
Loading…
x
Reference in New Issue
Block a user