agedu

Unix utility for tracking down wasted disk space

Install

All systems
curl cmd.cat/agedu.sh
Debian Debian
apt-get install agedu
Ubuntu
apt-get install agedu
image/svg+xml Kali Linux
apt-get install agedu
Fedora
dnf install agedu
Windows (WSL2)
sudo apt-get update sudo apt-get install agedu
OS X
brew install agedu
Raspbian
apt-get install agedu

agedu

Unix utility for tracking down wasted disk space

Unix provides the standard du utility, which scans your disk and tells you which directories contain the largest amounts of data. That can help you narrow your search to the things most worth deleting. However, that only tells you what's big. What you really want to know is what's too big. By itself, du won't let you distinguish between data that's big because you're doing something that needs it to be big, and data that's big because you unpacked it once and forgot about it. To make this difference, agedu relies on the atime of the files.

agedu-0

An utility for tracking down wasted disk space