how to monitor ip addresses from a log file
Jan 28
2009
2009
Comments Off
tail -f production.log | egrep "([[:digit:]]{1,3}\.){3}[[:digit:]]{1,3}"
my web space
tail -f production.log | egrep "([[:digit:]]{1,3}\.){3}[[:digit:]]{1,3}"