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

<pre lang="bash">
du -a /var | sort -n -r | head -n 20