Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

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.

share|improve this question
Let me make sure I understand. You want a combined list that has elements that appear in one list, but NOT both? – Jared Tritsch Oct 11 '12 at 18:54

closed as not a real question by Luke, sblair, DragonLord, Renan, Nifle Oct 11 '12 at 19:57

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

Browse other questions tagged or ask your own question.