Help for this page

Select Code to Download


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