https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6614

--- Comment #4 from Darxus <[email protected]> 2011-06-04 01:43:46 UTC ---
Possibly more interesting, number of distinct IPs per version:

cat logfile | grep 'tar.gz HTTP' | tr '"/' '  ' | cut -d' ' -f1,23 | cut -d' '
-f2 | sort | uniq -c

If you want to use multiple compressed and uncompressed logs, in bash, replace
"cat logfile" with something like, parentheses included:

(cat name.log name.log.1 ; zcat name.log*.gz)

("[sic]" is supposed to go after the relevant word.)

-- 
Configure bugmail: 
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to