Jump to content

SORT.EXE: Difference between revisions

From EDM2
Created page with "Sorts the input and displays the output to the screen. ==Alternative== * SORT.EXE - Freeware version [http://www.elipse.ca/progs1.html from Elipse]. Category:Files"
 
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Sorts the input and displays the output to the screen.
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:
==Alternative==
sort /r /+9 /T1 < unsorted_file > sorted_file
* SORT.EXE - Freeware version [http://www.elipse.ca/progs1.html from Elipse].


[[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