sort Flashcards

1
Q

sort using numeric keys

A

sort -n

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

sort using n-th field, counting from zero

A

sort +n

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

sort in reverse

A

sort -r

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

check that input is sorted according to the other options specified on the command line

A

sort -c

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