Sorting Text Lines Properly: Numbers, Names, Order
Sort the lines 2, 10, 33, 4 alphabetically and you get 10, 2, 33, 4. That single surprise explains most complaints about list ordering, and it's why sorting text lines properly means choosing the right comparison rather than just clicking a sort button. Text sorts compare characters; numeric sorts compare values. The Sort Text Lines tool offers both, plus length based ordering and a shuffle, so the mode you pick decides whether the output looks intelligent or scrambled.