Usage: sort [OPTION]... [FILE]...
Sort lines of text in FILE(s).
Options:
-n Compare numerically -r Reverse after sorting
Example:
$ echo -e "e\nf\nb\nd\nc\na" | sort a b c d e f