home *** CD-ROM | disk | FTP | other *** search
- COMMAND: SORT filter
-
- FUNCTION: Reads data from the standard input device, sorts the data, and
- writes the data to the standard output device.
-
- FORMAT: SORT [/R][/+n]
-
- TYPE: DOS external command
-
- REMARKS: /R causes the sort to be descending.
- /+n starts the sort at column n. The default is column 1.
- Sorts are done using the ASCII collating sequence. The maximum
- file size is 64k. The output file name must differ from the input
- file name.