Mailing a file at a particular time interval

Folks,
I need to send a .log file to my email for every one hour from a server that too only in a particular time period. Is awk mandate here? or can we do it in shell scripting only? Please help me in sorting this out.

Cheers,
Arun

No.

Yes.

tyler_durden

Please guide me how can I do it...

just put in crontab for every 1 hr ...something like this

 
 
00 * * * *  cat <path of logfile> | mailx email@some.com