ncdu
Disk usage analyzer with an ncurses interface.
- Analyze the current working directory:
ncdu
- Colorize output:
ncdu --color {dark|off}
- Analyze a given directory:
ncdu {path/to/directory}
- Save results to a file:
ncdu -o {path/to/file}
- Exclude files that match a pattern, argument can be given multiple times to add more patterns:
ncdu --exclude '{*.txt}'
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).