複数行のテキストをアルファベット順、数値順、逆順で並び替え、リスト・ID・キーワード・ログ・レビューキューを整理できます。
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.