Compare Files

Function: Whitelist lines that match log entries are removed from the log.

A simple Log with inputs 'a', 'b', and 'c' all on their own line is shown below.

Log

A Whitelist with inputs: 'b', 'c', and 'd' each on their own line.

Whitelist

LogWhitelistSmallLog
aa
bb
cc
d

After comparison, 'b' and 'c' are whitelisted out, so only 'a' is left in the small log.

Small Log

Note: Log and Whitelist remain unchanged

Source Forge