home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / PC_HELP1.ZIP / HELPDOS3.ZIP / SORT.### < prev    next >
Encoding:
Text File  |  1985-12-28  |  512 b   |  15 lines

  1. COMMAND:  SORT filter
  2.  
  3. FUNCTION: Reads data from the standard input device, sorts the data, and
  4.           writes the data to the standard output device.
  5.  
  6. FORMAT:   SORT [/R][/+n]
  7.  
  8. TYPE:     DOS external command
  9.  
  10. REMARKS:  /R causes the sort to be descending.
  11.           /+n starts the sort at column n. The default is column 1.
  12.           Sorts are done using the ASCII collating sequence. The maximum
  13.           file size is 64k. The output file name must differ from the input
  14.           file name.
  15.