Remove Duplicate Lines

Remove duplicate lines from your text, keeping only the first occurrence of each line.

About Remove Duplicate Lines

This tool removes duplicate lines from your text, keeping only the first occurrence of each line. It's perfect for cleaning up lists and removing redundant content.

Examples

  • Input:
    apple
    banana
    apple
    orange
  • Output:
    apple
    banana
    orange