여러 줄 텍스트를 알파벳, 숫자, 역순으로 정렬해 리스트·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.