
When used with /w, fc ignores white space at the beginning and end of a line. If a line contains many consecutive spaces or tabs, /w treats these characters as a single space. The default behavior is to treat tabs as spaces, with stops at each eighth character position.Ĭompresses white space (that is, tabs and spaces) during the comparison. Prevents fc from converting tabs to spaces.
Compare two word files windows 10 Offline#
If the files that you are comparing have more than 100 consecutive differing lines, fc cancels the comparison.ĭisplays the line numbers during an ASCII comparison.ĭoesn't skip files that have the offline attribute set. The default length of the line buffer is 100 lines. Sets the number of lines for the internal line buffer to N.

This is the default mode for comparing files, except files with the following file extensions. bin.Ĭompares the files in ASCII mode, line-by-line, and attempts to resynchronize the files after finding a mismatch.

This is the default mode for comparing files that have the following file extensions. Instead of displaying all of the lines that are different, fc displays only the first and last line for each set of differences.Ĭompares the two files in binary mode, byte by byte, and does not attempt to resynchronize the files after finding a mismatch. Syntax fc /a ] Ībbreviates the output of an ASCII comparison. Compares two files or sets of files and displays the differences between them.
