in reply to Parsing Pattern Question
uniq -f1 -w7 will discard duplicate events but keep the first one of each chunk.
See Re^2: Joining two files on common field for a list of other nodes where unix textutils is suggested to merge files.