On Tue, Apr 21, 2009 at 9:21 PM, Adam Vande More <[email protected]>wrote:

> Christopher Chambers wrote:
>
>> Is there an easy way to analyze disk usage to determine which files and
>> folders are taking up the most space?
>>
>>
>>
>>
> du -hd 1 | sort -n


du -kd 1 | sort -rn


Shows in ENV{BLOCKSIZE} the biggest directories first.  Bound to be / always
in this situation.  :D
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"

Reply via email to