sort Flashcards
1
Q
-tchar
A
Uses delimiter char to identify fields
2
Q
-k n
A
sorts the nth field
3
Q
-k m, n
A
Starts sort on mth field and ends sort on nth field
4
Q
-k m.n
A
Stars sort on nth column of mth field
5
Q
-u
A
removes repeated lines
6
Q
-n
A
sorts numerically
7
Q
-r
A
reverses sort order
8
Q
-f
A
Folds lowercase to equivalent uppercase
9
Q
-m list
A
merges sorted files in list
10
Q
-c
A
checks if file is sorted
11
Q
-o filename
A
places output in file filename