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
called function not executing - why?
Windows 7 PC virus
Need SQL Translation - Access SQL to SQL 2008 Express
ssh shell not working on solaris 10
Replacing broken images (javascript on error in php)
Set up Out of Office Reply for user without resetting, Exchange 2007
Activesync "last synchronization time" one hour out
Contravariance in Predicate delegates in C#
What is the mysql reslutset max limit
add to img tag