Commands to know: sort Flashcards
1
Q
-b
A
ignores leading blankso in field contents
2
Q
-d
A
sorts in “dictionary order”, sorting only letters, digits, and spaces.
3
Q
-f
A
make upper and lowercase leters equivalent
4
Q
-i
A
ignores non-printing characters
5
Q
-k
A
specify field to sort by as (n,m) (start at n, up to and including m)
6
Q
-o
A
writes results to a file
7
Q
-r
A
reverses sort order
8
Q
-t
A
the character is used as field seperator
9
Q
-u
A
writes only the first sequence of equal output lines