Sort Lines
Sort lines alphabetically, numerically, or by length.
Loading tool…
About this tool
Sorts lines with a choice of comparison. Natural ordering is the one people usually want for anything containing numbers: it puts file2 before file10, where an alphabetical sort does the opposite.
Limitations
- Natural sort treats embedded digit runs as numbers, so item10 lands after item9 rather than after item1.
Questions
- Alphabetical or natural?
- Natural whenever the text contains numbers — version strings, filenames, identifiers. Alphabetical compares character by character, so 10 sorts before 9.
Privacy
This page does its work in your browser. What you paste is processed by JavaScript running on your own device and is never sent to a DevToolery server — there is no server that could receive it. The page itself is a static file delivered by a CDN. See exactly what is stored.