This pipeline is the classic frequency tally: cut extracts column 3, sort orders the values, uniq -c counts consecutive duplicates, and the final sort -nr ranks them by count descending. The pipe symbol (|) connects all four stages. The result is a leaderboard of the most common values. For CSV-aware counting with headers, xsv frequency is cleaner.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.