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
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