Home » , » Sort

Sort

-->


sort

  • -r sort in descending order
  • -n numeric order
  • -t3 sort by the 3rd field
  • `-t SEPARATOR'
  • `-o OUTPUT-FILE'
    Write output to OUTPUT-FILE instead of standard output.  If
    OUTPUT-FILE is one of the input files, `sort' copies it to a
    temporary file before sorting and writing the output to
    OUTPUT-FILE.

Popular Posts