Skip to content

Xcsepregi/line-sort

Repository files navigation

line-sort

sort lines of text input (file)

synopsis

line-sort [options] [file]

description

Write sorted lines of input to standard output. Sorted means in ascendin order.

arguments

-r sorted lines are in reversed order (descending)

-i ignore case (case insensitive)

-u filter unique lines

Without any arguments, application sorts standard input and writes lines (in ascending order) to standandard output

About

Console app to sort input lines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages