I catched myself I google for this every month or two, so I decided to write it here so I (and you) could always find it.
If you need to list all directories with their sizes use this:
du --max-depth=1 -h
Yes, its so simple :)
Advertisement
I catched myself I google for this every month or two, so I decided to write it here so I (and you) could always find it.
If you need to list all directories with their sizes use this:
du --max-depth=1 -h
Yes, its so simple :)