Command Prompt Commands .com

 

sort command

             Name a star after a person

A filter to sort lines in the input data stream and send them to the output data stream.
sort < inputfilename > outputfilename
    
Equivalent to the Unix command sort.

Command Prompt Commands » sort