Notepad ++ complete set of advanced applications
First set: file comparison
This situation may occur during normal work, for example:
1. Some online code has been modified, and the number of codes is large. Check for exceptions carefully. The simplest thing is to compare them.
2. Some conf files left by their predecessors. I think they are right or wrong. How can we prove that the most primitive method is comparison?
3. Some read-only tables have been modified. When you find that N has been around for a long time, you can only compare them and restore the exception!
Specific Practices:
In Linux, when comparing conf or other files, use diff, which is simple and quick! But it can only list different contents!
For Windows, it is best to choose Notepad ++ for various reasons.
After the compare plug-in is installed, use Notepad ++ to open two files, and then run the comparison shortcut key "Alt + d ".
Troubleshooting:
1. Sometimes you may press the "Alt + d" button to bring up a dialog box, "Files match". As prompted, you will know that the comparison is wrong and you are right with your own process.
Solution: Completely disable Notepad ++, and then open the document for comparison!
2. You may not like the color you compared. Open the settings.
-- To be continued