About 519,000 results
Open links in new tab
  1. Compare two files in Visual Studio - Stack Overflow

    554 I saw the new comparison tool in Visual Studio 2012 for comparing two files or two versions of a file. I like it. But when I tried to find it I couldn't it, because I don't use TFS. Is there a way …

  2. Comparing two files in Linux terminal - Stack Overflow

    Jan 24, 2013 · 62 If you prefer the diff output style from git diff, you can use it with the --no-index flag to compare files not in a git repository: git diff --no-index a.txt b.txt Using a couple of files …

  3. Python : Compare two csv files and print out differences

    Aug 17, 2016 · I need to compare two CSV files and print out differences in a third CSV file. In my case, the first CSV is a old list of hash named old.csv and the second CSV is the new list of …

  4. How can I compare two new, unsaved files in VS Code?

    Jun 26, 2023 · You have at least two options: You can focus on of those untitled files and then use the File: Compare Active File With... command in the command palette, which will open a …

  5. How to compare two files in Notepad++ - Stack Overflow

    Apr 15, 2015 · I want to compare values from two different files. In Notepad++ version 5.0.3 we had shortcut button Alt + d but in version 6.6.8 I cannot find any option to compare. Also let me …

  6. Compare files and return only the differences using Notepad++

    Jun 28, 2015 · Launch Notepad++ and open the two files you wish to run a comparison check on. Click the “Plugins” menu, Select “Compare” and click “Compare.” The plugin will run a …

  7. Comparing the contents of two files in Sublime Text

    Thus, I would like to be able to quickly compare the contents of two files of the original project and compare the differences between them and my project. I was hoping that Sublime Text 2 …

  8. Visual Studio Code - is there a Compare feature like that plugin for ...

    May 9, 2015 · Yes, there is, but it is integrated with the version control tools, you can't really ask it to compare two arbitrary files, but you can ask version control to compare two revisions of the …

  9. Is there a compare folders feature in Visual Studio Code?

    I have two folders in a Visual Studio Code project and I need to compare those two folders for new, deleted or modified files. I have seen file compare feature and third party folder compare …

  10. What is the fastest hash algorithm to check if two files are equal ...

    Nov 19, 2009 · A hash function can't tell you if two files are equal. It can only tell you if two files are not equal. If you're only comparing two files once, faster than any hash algorithm will be …