download
blat (for sending email) and
gawk for windows
{
timestamp[$1,$2,$3]++
}
END{
for ( i in timestamp){
if (timestamp[i] >= 20) {
print "timestamp more than 20: ",i > "newfile.txt"
}
}
}
save the above as myscript.awk and on command line
c:\test> gawk.exe -f myscript.awk
c:\test> blat newfile.txt -to somewhere@some.com