ルート直下の各ディレクトリの容量を表示する

ルート直下の各ディレクトリの容量を表示する
find / -maxdepth 1 -type d -print0 | xargs -0 du -sh