utorak, 16. kolovoza 2011.

Linux: size of directory

If you need to see what is the size of every sub directory you can use this:

du -m --max-depth=1 |sort -n -k1

Nema komentara:

Objavi komentar