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