sort lines of text input (file)
line-sort [options] [file]
Write sorted lines of input to standard output. Sorted means in ascendin order.
-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