sort

NAME

sort - Windows command-line utility to sort or merge text files

SYNOPSIS

sort [-cmubdfinr] [-t char] [-T char]
	 [-k field1[,field2]]... [ -o output] [file]...

DESCRIPTION

The sort(1w) Windows command-line utility is an implementation of the Interix sort(1) command that you can run at a Windows command prompt. The file argument must use Windows file-name and path syntax. For more information, see sort(1).