Learned that the built-in fc command is a quick way to check if 2 files have the same contents using the Windows command line.

fc file_1.txt file_2.txt

It’ll show the differences if there are any. Many parameters are available around what and how to compare them; type fc /? to see what they are.

Apparently it’s been there since at least 1984. I learned about it…today.