Live data from Hacker News

Calculate the Size of a Folder/Directory using .NET 4.0

devcurry.com

1–5 of 5 posts

Re: Calculate the Size of a Folder/Directory using .NET 4.0

#5
post #3
post #2

Why is this here again? Some kind of advanced "Directory Enumerator" tech that we haven't heard of? du -h | grep -v '/' | gawk '{print $1}'

Mh, I always use du -sh , are there any reasons (compatibility?) to grep the output instead?

with gawk in the pipline, you can stream the results over fiber to a load-balanced cluster of WEDU (Windows Enterprise Disk Usage) appliances.