"Blartreuse" ow my sides... They need to have a way to sort by votes, or have a "Best of" or whatever. I was curious (and they provide the data! Thanks!)...so naturally- $ curl -sL https://colornames.org/download/colornames.zip | zcat | sort -nk3 -t, | tail -n10 486d83,Blue Loneliness,0.069 123456,Incremental Blue,0.071 1eeb01,Creeper Aw Man,0.072 336699,MetaFilter Blue,0.077 abcdef,Alphabet Blue,0.078 696969,Nice,0.…
But ugh... I applaud your simplicity. I used `unzip` instead of zcat, but I guess .zip files normally use GZIP internally. And, I didn't know you could use `sort` for a specific field! So I ended up using a full SQL engine... Learn something new everyday :)