Remove Duplicates

Remove duplicate lines from a list. Paste your list, get unique items.

Result

Related tools

How it works

  1. 1Paste your list with one item per line into the input area.
  2. 2The tool scans all lines and identifies duplicates.
  3. 3Duplicate entries are removed while preserving the order of first occurrence.
  4. 4Copy the unique list from the output.

Example

Input: apple
banana
apple
cherry
banana
Output: apple
banana
cherry