When checking a server access logs, you may wnat to see how many time an IP is requesting pages. Here is the command:
grep 123.123.123.123 /usr/local/apache/logs/error_log | wc -l 1018
Linux, Windows, Software Tips, Articles and Hacks
When checking a server access logs, you may wnat to see how many time an IP is requesting pages. Here is the command:
grep 123.123.123.123 /usr/local/apache/logs/error_log | wc -l 1018