| SORT(1) | General Commands Manual | SORT(1) |
sort - sort file
sort [ -nr ] [ file ]
Sort sorts the lines of file (default: standard input) and writes the sorted output to standard output.
Whole lines are sorted into increasing order, using lexicographic ordering of Unicode characters by default. The sort is stable, so that lines that compare equal will appear in the output in the same order as in the original file. The sort order is affected by the following options:
The entire file is read into memory to be sorted.