MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | SYNOPSIS |
2 | xsort [-r] <file> | ||||
3 | or | ||||
4 | xsort [-r] (when reading from a pipe) | ||||
5 | |||||
6 | DESCRIPTION | ||||
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 | |||||
10 | EXAMPLES | ||||
11 | xsort -r workroom.c sorts all lines of workroom.c in reverse order. |