Jump to content

SORT.EXE: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
Sorts the input files up to 63KB size and displays the output to the screen.
Sorts input files up to 63KB size and displays the output on the screen.


==Parameter==
==Parameter==
Line 5: Line 5:
*/+n - sort after column n
*/+n - sort after column n
*/Tn - number of spaces between tabulator
*/Tn - number of spaces between tabulator
Example:
sort /r /+9 /T1 < unsorted_file > sorted_file


[[Category:Files]]
[[Category:Files]]

Latest revision as of 04:12, 8 January 2017

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