yet-another-sort

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.

Channel Version Published

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 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

Details for yet-another-sort

License
  • Apache-2.0

Last updated
  • 7 April 2024 - latest/stable
  • 7 April 2024 - latest/stable

Source code

Report a bug

Share this snap

Generate an embeddable card to be shared on external websites.


Install yet-another-sort on your Linux distribution

Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.


Where people are using yet-another-sort

Users by distribution (log)

Ubuntu 22.04

Is there a problem with yet-another-sort? Report this app