×

sort

Unix-like operating system command
In computing, sort is a standard command line program of Unix and Unix-like operating systems, that prints the lines of its input or concatenation of all files listed in its argument list in sorted order. Sorting is done based on one or more sort... Wikipedia
Syntax: sort -nrugMcszbdfimSTokt -o FILE -k start.offsetopts,end.offsetopts -t CHAR FILE...
Initial release date: November 3, 1971
License: coreutils: GPLv3+; Plan 9: MIT License
Operating system: Multics, Unix, Unix-like, V, Plan 9, Inferno, MSX-DOS, IBM i
Original author(s): Ken Thompson (AT&T Bell Laboratories)
Written in: C