commands.sh

ncdu

all

Disk usage analyzer with an ncurses interface.

More info →

Examples (5)

Analyze the current working directory

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'
made by @shridhargupta | data from tldr-pages