sort

Name

sort -- sort, merge or sequence check text files

Description

The specification for "sort" is as specified in the SUS but with the following differences as listed below.

Differences

-g

compare according to general numerical value, imply -b

-M

compare (unknown) < JAN < ... < DEC, imply -b

-s

stabilize sort by disabling last resort comparison

-T DIRECTORY

use DIRECTORY for temporary files, not $TMPDIR or /tmp

-z

Incompatible with SUS definition. End lines with 0 byte, not newline.

--version

output version information and exit