Sorry for my rough English, I try to visualize my question.
I have two lists of words, one per line, each list in a separate file:
File 1:
- white
- fehér
- green
- zöld
- red
- piros
File 2:
- white
- blanco
- green
- verde
- red
- roja
I need the following:
- fehér
- blanco
- zöld
- verde
- piros
- roja
I am a newbie with Notepad++ and can't work out this problem.