The -nr flag sorts numerically in descending order, putting the largest score first. Numeric sorting matters for columns that are stored as text, where 9 would otherwise sort after 100. This is the Miller equivalent of sort -k2 -nr for CSV files with headers. Combine with head to print the top few rows.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.