Jun 24, 2020 ulysses
Here’s the command to find the largest files and directories in Linux.
du -a /var | sort -n -r | head -n 20