Help for this page
pattern { action } pattern { action }
{ computers[$1]++ } END { for ( name in computers ) print "The number of ",name,"computers is",compu +ters[name] }