Text Line Sorter
Sort text lines alphabetically, by length, reverse order, or remove duplicates in one click.
A mailing list assembled from several sources, an export of URLs pulled from more than one report, or any list built up over time from multiple places usually ends up with the same entry appearing more than once, and finding every duplicate by scanning a long list manually is slow and easy to get wrong. This tool sorts text lines alphabetically, by length, or in reverse order, and removes duplicate lines in one click, cleaning up a list at the same time it gets sorted rather than requiring a separate deduplication pass.
See moreSee less about the Text Line Sorter
Useful for removing repeated entries from a mailing list built from several sources, deduplicating a list of URLs pulled from more than one report, or cleaning up a data export that accumulated the same entry multiple times before it's used somewhere else.
Examples
Sort and drop duplicates
Input:
docs.example.com/a
docs.example.com/b
docs.example.com/a
Output:
docs.example.com/a
docs.example.com/bChoose Remove duplicates. The first spelling of each line is kept.
Shortest line first
Input:
changelog.md
README
package.json
Output:
README
changelog.md
package.jsonLength sort is useful for spotting an unusually long path or title.
Key features
- Clean interface
- Fast processing
- No signup required
- Works offline