Compare two text files with PowerShell

Many of the times, we have need to compare 2 code files which are identical but some minor differences, mainly due to spelling/typing mistakes.

This script tries to attend this issue by comparing 2 files line by line ignoring white space, tabs, line breaks.

Here is sample output:

Download Link: Script