Domanda di colloquio di Eyeota

How to parse Apache logs and find the host with maximum http requests?

Risposta di colloquio

Anonimo

27 gen 2021

tail http.log | awk -F' ' '{print $X}' | sort | uniq -c