I have seen someone use this command -- and it works where it pulls back all the IPS in a list/group:
cat access.* | awk '{ print $1 }' | sort | uniq -c | sort -n
howeverHowever, I want to chosechoose the past 2 days, anyone able to point me in the right direction
Thanksdays; how can I do that?