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 fb command works.Thanks
feedback
|
|
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 | |||
|
feedback
|