Is there a way to show the exact place where two files differ using FC command? or any other good way to compare 2 files in windows? -


i'm comparing 2 files command:

  fc /w file1.txt file2.txt > log.txt 

and i'm getting 4000 lines of differences...

but when shows difference, paste 3~5 lines each file , sorta have compare them myself find place difference occured.

is there way make easier see difference is? maybe adding flag "here" in 1 of them first differ other?

i found online diff useful , simple use... error displaying showing too


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -