| |
| | sort |
 | | Sort lines of all the named files together and write the result to the specified output. |
 | | Comparisons shall be based on one or more sort keys extracted from each line of input (or, if no sort keys are specified, the entire line up to, but not including, the terminating ), and shall be performed using the collating sequence of the current locale. |
 | | Restrict the sort key to an initial numeric string, consisting of optional s, optional minus sign, and zero or more digits with an optional radix character and thousands separators (as defined in the current locale), which shall be sorted by arithmetic value. |
| www.opengroup.org /onlinepubs/009695399/utilities/sort.html (2083 words) |
|