Here’s the command to find the largest files and directories in Linux.

du -a /var | sort -n -r | head -n 20