blob: dfea2da23c833d1ed562f2b1ee3da5790883e3a5 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
2 xsort [-r] <file>
3 or
4 xsort [-r] (when reading from a pipe)
5
6DESCRIPTION
7 xsort sort all lines of a given file in increasing/decreasing order.
8 If no file is given it reads from a pipe.
9
10EXAMPLES
11 xsort -r workroom.c sorts all lines of workroom.c in reverse order.