On Thu, Aug 02, 2001 at 08:37:17AM -0500, Mike Hicks wrote:
> "Florin Iucha" <florin at iucha.net> wrote:
> > 
> > $ grep Aug access_log | grep default.ida | wc -l      
> >       36 
> 
> Just in case anyone doesn't want to type that much ;-)
> 
>   grep Aug access_log | grep -c default.ida

That's still too long...

	$ grep -cE "Aug.*default.ida" access_log
	39

florin

-- 

"If it's not broken, is because you are not fixing it enough."

41A9 2BDE 8E11 F1C5 87A6  03EE 34B3 E075 3B90 DFE4