blob: dfea2da23c833d1ed562f2b1ee3da5790883e3a5 [file] [log] [blame]
SYNOPSIS
xsort [-r] <file>
or
xsort [-r] (when reading from a pipe)
DESCRIPTION
xsort sort all lines of a given file in increasing/decreasing order.
If no file is given it reads from a pipe.
EXAMPLES
xsort -r workroom.c sorts all lines of workroom.c in reverse order.