in reply to count of a word occurrence
perl -lane '$c{$F[0]}++;END{print"$_=$c{$_}"for keys%c}' [download]