du total size all sub directories

Let’s say we wanted to list the total size of each directory on a freebsd, unix, or linux box.

Here’s how to do it

# du -sk /usr/local/svn/* | sort -n -r

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.