Sắp xếp dòng
Sắp xếp text theo dòng theo alphabet, theo số, hoặc đảo ngược — chuẩn cho list, ID, keyword, log và review queue.
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.