ncdu

ncduの使い方

タグ du ncdu


概要

  • duをよりリッチにしたようなツール
  • ディレクトリ毎のディスク使用量を見れるのと、スキャン結果から子ディレクトリに移動して再帰的に確認できる

インストール

osx

$ brew install ncdu

debian, ubuntu

$ sudo apt install ncdu

使用例

$ ncdu <target-path>

osxでホームディレクトリをスキャンした場合

$ cd ~
$ ncdu .

参考