顯示具有 folder size 標籤的文章。 顯示所有文章
顯示具有 folder size 標籤的文章。 顯示所有文章

2009年10月6日 星期二

How to check folder size in linux - Linux Newbie

Ans: To calculate the total folder size of folder "bin"

$ du -sh bin/
280K bin/

-s, --summarize (display only a total for each argument)
-h, --human-readable ( print sizes in human readable format (e.g., 1K 234M 2G))