String ToolsNew
Sort Text Lines
String ToolsNew
Order lines alphabetically with case-insensitive and numeric options.
Order lines using locale-aware comparison. Toggle reverse, case sensitivity, and natural numeric ordering for predictable, friendly sorting.
Why does numeric sort matter?
Without it, file2 sorts after file10. Numeric mode makes file2 < file10.