My Favorite Disk Usage Commands
January 1 2026

Some of my favorite disk usage commands for Unix-based OSes.

# Using du and sort (built-in to OS)
du -d1 -h | sort -h

# Using ncdu (interactive explorer)
ncdu

# Install with brew
brew install ncdu