Install latest/stable of yet-another-sort
Ubuntu 16.04 or later?
Make sure snap support is enabled in your Desktop store.
Install using the command line
sudo snap install yet-another-sort
Don't have snapd? Get set up for snaps.
Introduction
This project leans heavily on, and aspires to eventually reach full feature
parity with, GNU sort
. The goal of this project is to experiment with
additional 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
2
can be sorted 2 lines at a time with
$ yet-another-sort --multiline 2
a
2
b
1
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
You are about to open
Do you wish to proceed?
Generate an embeddable card to be shared on external websites.
Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.