NAME du - estimate file space usage DESCRIPTION Summarize disk usage of each FILE, recursively for directories. Mandatory arguments to long options are mandatory for short options too.
du * -s linux
-s, --summarize display only a total for each argumentdu是這樣一個程序:
1 linux中的程序通常都會聽從作成過濾器的形式 shell
2 對全部文件大小進行計算 spa
3 爲了查詢方便,引入-h屬性 code
-h, --human-readable print sizes in human readable format (e.g., 1K 234M 2G)