Intelligent "Subtraction" of one text logfile from another
Example: Application generates large text log file A with many different messages. It generates similarly large log file B when does not function correctly.
I want to see what messages in file B are essentially new, i.e. to filter-out everyth...