#!/bin/csh
foreach i (`cat /mit/mkgray/afs/bin/.times`)
	echo -n $i":   "\	
        grep -c $i":..:.." .zlog
end
