Remove Duplicate Lines

Clean lists, emails, or log exports: drop repeated lines and keep the first occurrence of each.

How it works

Lines are split on line breaks (\n / \r\n). Empty lines count as their own value unless you enable trim comparison.

Related tools