v2.1.1-22-g7c534be2752.1 MB
Apache-2.0
strict
core22
A sort util that mimics the functionality of GNU `sort`
Introduction
This project leans heavily on, and aspires to eventually reach full feature
parity with, GNU
additional features that are not part of GNU
The main purpose of this program is to write sorted concatenation of all
file(s) to standard output.
Multiline Support
The user can specify how many lines
can be sorted 2 lines at a time with
This project leans heavily on, and aspires to eventually reach full feature
parity with, GNU
sort. The goal of this project is to experiment withadditional features that are not part of GNU
sort.The main purpose of this program is to write sorted concatenation of all
file(s) to standard output.
Multiline Support
The user can specify how many lines
yet-another-sort should consider as one
multiline unit. For example, using the following input: b
1
a
2can be sorted 2 lines at a time with
$ yet-another-sort --multiline 2
a
2
b
1
Update History
v2.1.1-6-g76bd60f (271) → v2.1.1-22-g7c534be (275)7 Apr 2026, 06:12 UTC
v2.1.1-6-g76bd60f (271) → v2.1.1-22-g7c534be (275)6 Apr 2026, 23:41 UTC
v2.1.1-2-gdd77df1 (262) → v2.1.1-6-g76bd60f (271)25 Mar 2026, 00:29 UTC
v2.1.0-4-g40c8eaf (257) → v2.1.1-2-gdd77df1 (262)19 Mar 2026, 21:01 UTC
16 Aug 2023, 23:08 UTC
6 Apr 2026, 23:38 UTC
13 Dec 2025, 09:47 UTC