LinuxCommandLibrary

pdu

Highly parallelized, fast directory tree disk usage analyzer

TLDR

Show disk usage of the current directory
$ pdu
copy
Show disk usage of a specific directory
$ pdu [path/to/directory]
copy
Compare multiple directories
$ pdu [dir1] [dir2]
copy
Output as JSON
$ pdu --json [path/to/directory]
copy

SYNOPSIS

pdu [options] [files...]

DESCRIPTION

pdu (Parallel Disk Usage) is a highly parallelized, fast directory tree analyzer that renders graphical bar charts of disk usage in the terminal. It serves as an alternative to dust and dutree, with support for JSON output and comparison of multiple directories.

HISTORY

pdu was created by Hoang Van Khai (KSXGitHub) and is written in Rust.

SEE ALSO

du(1), dust(1), ncdu(1), gdu(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard