sort

Sort lines of text

← All commands

Common Examples

$ sort file
$ sort -r file
$ sort -n file
$ sort -u file (unique)
$ sort -t: -k2 file