#!/bin/bash echo "DISK:" df -h / | tail -1 echo "BIGGEST:" du -sh /var/log/ /tmp/ 2>/dev/null | sort -rh | head -5