sort - sort lines
$ sort [INPUT]
Sort each lines of INPUT (or standard input). A quick sort algorithm is used.
$ echo "Well\nHello\nFriends!" | sort Friends! Hello Well