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