find /var/log/cb/ -type f -mtime +7 -exec rm -f {} \;
find /var/log/cb -type f -exec du -skh {} \; | sort -rn -k 1 | head -20