SORT.EXE

From EDM2
Jump to: navigation, search

Sorts input files up to 63KB size and displays the output on the screen.

Parameter

  • /R - reverse sort order
  • /+n - sort after column n
  • /Tn - number of spaces between tabulator

Example:

sort /r /+9 /T1 < unsorted_file > sorted_file