.bat file to compare two text files and output the difference

前端 未结 3 1674
陌清茗
陌清茗 2020-12-10 16:27

I am trying something new that I have done on UNIX successfully but have no idea how to do on windows.

So I save a text file, let\'s say test1.txt and 12 hours later

3条回答
  •  暖寄归人
    2020-12-10 17:31

    You might want to check this out:

    http://gnuwin32.sourceforge.net/packages.html

    There are ports of *nix utilities, including one for diff so you won't have to reinvent the wheel.

提交回复
热议问题