sort Flashcards

1
Q

sort

A

Write sorted concatenation of all FILE(s) to standard output.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

sort

  • r
  • n
  • k
  • u
  • t
A
  • r, –reverse, Reverse the result of comparisons.
  • n, –numeric-sort, Shuffle, but group identical keys.
  • k, –key=KEYDEF, Sort via a key; KEYDEF gives location and type.
  • u, –unique, With -c, check for strict ordering; without -c, output only the first of an equal run.
  • t, –field-separator=SEP, Use SEP instead of non-blank to blank transition.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly