Compare the differences between two files or sets of files. Use wildcards (*) to compare sets of files.
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}}