DOS had a command fc,which was used to compare the files in binary mode, I am a bit stuck with the concept of comparing the files.Why do we compare the files in binary mode? And how does the fb command work?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
|||||||||||||||||
|
|
You compare files in binary mode when the files are not text files with well-known end-of-line terminators or line-separators. An example might be some binary data files. In that case you might want to see the offset and hexadecimal values of differences rather than display some before and after versions of text. See this question and this list |
|||
|
|