Salta la navigazione

Archivi Giornalieri: dicembre 22nd, 2011

gawk -F"[= ]" '{ sum = sum + $NF; count = count + 1; if ($NF > max) max = $NF; } END { printf"count=%d avg=%d max=%d\n", count, sum/count, max}'

Iscriviti

Get every new post delivered to your Inbox.