Dr. Philip A. Tresadern

Mail: ISBE, Stopford Building, University of Manchester, Manchester M13 9PT, United Kingdom
Phone: +44 (0) 161 275 5114
E-Mail: philip.tresadern@manchester.ac.uk

Befriend Phil on Facebook Follow Phil on Twitter Phil's LinkedIn profile Phil's YouTube channel Phil's Scopus Profile Phil's Google Scholar Profile

Hints: MS DOS/Windows

Comparing two files

Comparing two text files is a common task and there are plenty of useful tools to help visualize the differences side by side (e.g. TortoiseSVN's diff tool). Though it is less useful to visualize the differences between binary files, it is still sometimes useful to know whether they are in fact identical. DOS's 'fc' command compares both text and binary files.
fc file1.txt file2.txt
fc /b file1.bin file2.bin