Count lines in all logs linux

Find the biggest log files by line count

find /var/log -name '*.log' -exec wc -l {} + | sort -rn | head -20