Directory size in Unix

working out the size of directories in UNIX is really easy. Just use the following command

du -h option gives size in KB, MB etc like this:

du -h dirname

Your rating: None