LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Listing largest directories (https://www.linuxquestions.org/questions/linux-software-2/listing-largest-directories-465710/)

jrdioko 07-19-2006 07:49 PM

Listing largest directories
 
When getting to the point of filling up a hard drive (or a partition), I think it would be handy to know where most of that space is being taken up, and if any of it is not necessary. Is there some combination of df, du, or something else that would list the largest directories on the system in terms of disk space used?

spooon 07-19-2006 08:08 PM

how about something like
Code:

du | sort -n


All times are GMT -5. The time now is 04:03 PM.