Chaining commands: Quick Apache/Nginx log analyzer



cut -f1 -d ' ' examples/apache_access.log | sort | uniq -c | sort -k1 -n | tail -1