options random home http://www.fmi.uni-passau.de/archive/doc/unix/unixhelp/Unixhelp/utilities2_sort4.html (Einblicke ins Internet, ~06/1995)

Saving the results of a sort to a file

Saving the results of a sort to a file

sort sends its results directly to your screen. To save them to a file use the -o option. For example:

   sort -o mail addresses

This saves the results of sorting the file addresses in the file mail.