Compare the differences between two files or sets of files. Use wildcards (*) to compare sets of files. More information: https://docs.microsoft.com/windows-server/administration/windows-commands/fc.
fc {{path/to/file_1}} {{path/to/file_2}}
fc /c {{path/to/file_1}} {{path/to/file_2}}
fc /u {{path/to/file_1}} {{path/to/file_2}}
fc /l {{path/to/file_1}} {{path/to/file_2}}
fc /b {{path/to/file_1}} {{path/to/file_2}}
fc /t {{path/to/file_1}} {{path/to/file_2}}
fc /w {{path/to/file_1}} {{path/to/file_2}}