02-24-2015, 11:16 PM
Added ability to remove archive logs which should run into the mb on most peoples machines. Should be released this week after some testing.
See what your archived log files have added up to with this command:
See what your archived log files have added up to with this command:
Code:
sudo find /var/log -type f \( -iname \*.gz -o -iname \*.0 -o -iname \*.1 \) -exec du -csh '{}' + | tail -1 | awk '{print $1}' | sed 's/$/B/'