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
Drivers for Windows 7 on old machine
JavaScript and Ajax won't save my data on IE7 but it works fine in IE8
Column: ProductIDText is not full-text searchable.
iSCSI Initiator and multiple connections
Is it possible to create a script that will retrieve data from excel?
Control Opera From VBA Macro
Out of Office Message for dismissed employee on Exchange 2007
Getting around Access Denied on Vista/7
php query strings - mod rewrite with pretty URLS - db driven content
How do I CAST DATETIME to get only the month