WAVE Log
du

カレントディレクトリの容量を表示する

# du -h

-h:サイズに応じた単位で表示する。
-s:指定されたディレクトリの合計のみ表示する。

# du -hs /var/www/html 85M /var/www/html