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
Splitting Excel Worksheet into Multiple workbooks
Installing Expression Blend
How to set vyatta to block all traffic destined for a network other than ours
References in dynamic objects
Count in a Query
Verizon providing 6Mb tunnel using VWIC-2MFT-T1
Moving stored procedure from SQL Server 2000 to 2005, multiple table inserts and SCOPE_IDENTITY
WSUS 3.0 SP2 Client Computers are not registering with Windows Update Server
new Host Name
How to Schedule to Update the table column in oracle 10g