| Table Of Contents | Index |

SORT is just like DOS SORT except that it is limited only by memory size, instead of 64 k, and it is 100 times faster. SORT also has a /I option to ignore case and will accept optional file names on the command line for input and output.
Usage SORT [file] [file] /R/I/+NThe [file] parameters are optional filenames for input and output files.
/R Reverse Sort. /+N Start sorting with column N. /I Ignore Case.

| Table Of Contents | Index |
|
