Find the largest directories on a Linux server

du -h --max-depth=1 /var | sort -hr | head -20