You can change head to a different number and the directory too.
sudo du -h /var/ | sort -rh | head -5
https://linuxize.com/post/how-get-size-of-file-directory-linux/
You can change head to a different number and the directory too.
sudo du -h /var/ | sort -rh | head -5
https://linuxize.com/post/how-get-size-of-file-directory-linux/