looking for the best way to search through 30 days worth of logs files..
zgrep '192.1.2.' 20060802.access.log.web |grep 'deny' > /root/test3
this is what i have been using for one file but im looking for 30days worth of file and 3 different ip address ranges...
any ideas.
zgrep '192.1.2.' 20060802.access.log.web |grep 'deny' > /root/test3
this is what i have been using for one file but im looking for 30days worth of file and 3 different ip address ranges...
any ideas.