How it works
The tool reads your text line by line and remembers every line it has seen. When a line appears again, it is dropped. The result keeps the first occurrence of each line in its original order, and the counter shows how many lines were removed and how many remain.
Options change what counts as “the same line”:
| Option | Example treated as duplicates |
|---|---|
| Case sensitive off | Madrid and madrid |
| Ignore spaces at the ends | Madrid and Madrid |
| Remove empty lines | All blank lines, not just repeated ones |
Sorting uses natural order, so item 2 comes before item 10, and ignores case when case sensitivity is off.
Common uses
- Email lists merged from several sources.
- Keywords, tags or product codes copied from different files.
- Log files, to see each distinct message once.
- Spreadsheet columns: paste a column, remove duplicates and paste it back.