yup-sort

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 4, 2026 License: AGPL-3.0 Imports: 3 Imported by: 0

README

yup-sort

NAME:
   sort - sort lines of text files

USAGE:
   sort [OPTIONS] [FILE...]

   Write sorted concatenation of all FILE(s) to standard output.
   With no FILE, or when FILE is -, read standard input.

VERSION:
   dev

GLOBAL OPTIONS:
   --reverse, -r                        reverse the result of comparisons
   --numeric-sort, -n                   compare according to string numerical value
   --human-numeric-sort, -h             compare human readable numbers (e.g., 2K 1G)
   --month-sort, -M                     compare (unknown) < 'JAN' < ... < 'DEC'
   --version-sort, -V                   natural sort of (version) numbers within text
   --unique, -u                         output only the first of an equal run
   --ignore-case, -f                    fold lower case to upper case characters
   --ignore-leading-blanks, -b          ignore leading blanks
   --random-sort, -R                    shuffle, but group identical keys
   --stable, -s                         stabilize sort by disabling last-resort comparison
   --key int, -k int                    sort via a key; KEYDEF gives location and type (default: 0)
   --field-separator string, -t string  use SEP instead of non-blank to blank transition
   --help                               show help
   --version                            print version information and exit

Documentation

Overview

Command yup-sort is the CLI wrapper around github.com/gloo-foo/cmd-sort.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL