Sunday, December 27, 2015

[Linux]How to list directory/folder sizes

du -sh *

or

du -d 1 -h



ref: http://unix.stackexchange.com/questions/185764/how-do-i-get-the-size-of-a-directory-on-the-command-line

No comments:

Post a Comment