About this tool
What line sorter & deduplicator does
Clean a pasted list by removing repeated or blank entries and sorting the remaining lines with natural numeric ordering.
How it works
Lines are normalized to Unix-style separators, compared with Intl.Collator, and deduplicated in first-seen order before optional sorting.