SORT.EXE: Difference between revisions
Appearance
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" |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Sorts | 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 | |||
[[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