sort |
-r |
sort in descending order (reverse sort) | |
-n |
sort numerically rather than lexicographically | |
-d |
dictionary order: ignore non-letters and non-digits | |
-t' ' |
use character c to separate columns (default: space) |
Note: the ' '
'|'
Hint: to specify TAB as the field delimiter with an interactive shell like bash, type CTRL-v before pressing the TAB key.