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
Images not shown up in div id
VBA string handling question
Why is my cisco CIDR not working?
Linksys router how to log a mac ID traffic
Sharepoint sending email with attachments on a schedule?
Update Query on fetch
Pass variables from javascript to ASP classic page
How to fix problems with Nvidia driver in ubuntu 10.04 on Dell E6400 laptop with external monitor
Can I recover Office Serial Key
Boolean Values And Query Tables