ncduの使い方
概要
- duをよりリッチにしたようなツール
- ディレクトリ毎のディスク使用量を見れるのと、スキャン結果から子ディレクトリに移動して再帰的に確認できる
インストール
osx
$ brew install ncdu
debian, ubuntu
$ sudo apt install ncdu
使用例
$ ncdu <target-path>
osxでホームディレクトリをスキャンした場合
$ cd ~
$ ncdu .
osx
$ brew install ncdu
debian, ubuntu
$ sudo apt install ncdu
$ ncdu <target-path>
$ cd ~
$ ncdu .