O
Size: a a a
O
w
function directory-summary($dir=".") {
get-childitem $dir |
% { $f = $_ ;
get-childitem -r $_.FullName |
measure-object -property length -sum |
select @{Name="Name";Expression={$f}},Sum}
}
w
w
du -s *
w
O
du -s *
w
O
w
w
w
O
w
tr
tr
w
O
tr