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.
This site maintained by
unixhelp@math.rutgers.edu



