du total size all sub directories

June 15, 2011

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