Microsoft
Software
Hardware
Network
Question : Directory sizes
This command gives me what I want "du -h > files.txt" but how can I get it to sort the list from largest to smallest?
Answer : Directory sizes
Found this:
du -k * | sort -nr | cut -f2 | xargs -d '\n' du -sh
here:
http://ubuntuforums.org/sh
owthread.p
hp?t=88534
4
Seems to do exactly what you want.
Random Solutions
Accessing Files Server via WAN Link
Application.Width returns wrong size
Scripting vs coding
How to draw or place an Ellipse on MS Access Report
OWA 2007- can you create a URL to the Light client?
Font change word 2010
VB.Net 2008 Modal MDIChild
Getting Values From Form Controls
what and how are INT files (configuration files) used in Visual studio .NET ASP C#
Using jquery to hide dynamically added divs