Re: cronjob problem

2002-01-22 Thread sachin balsekar
gt;Rahul > >- Original Message - >From: sachin balsekar <[EMAIL PROTECTED]> >Cc: <[EMAIL PROTECTED]> >Sent: Tuesday, January 22, 2002 12:37 PM >Subject: Re: cronjob problem > > >hey, > >u cud direct o/p of the script to a file...that u mail it to y

Re: cronjob problem

2002-01-21 Thread sachin balsekar
hey, u cud direct o/p of the script to a file...that u mail it to yourself using some script... something like * * * * * script >> logfile 2>&1 & in the end of the cron u cud get u r mailing script called in ... this shud also take care of errors in the cron ( i mean the scrip entered in th

Re: cronjob problem

2002-01-21 Thread Rahul Garg
Hello, I am running crontab command. I want the output of commands in crontab file to be mailed to me. I am expecting the output that is printed out on terminal to be mailed to me... For that I am setting the MAILTO environment variable at the beginning of crontab file. MAILTO="" But it

cronjob problem

2002-01-21 Thread Rahul Garg
Hello, I am running crontab command. I want the output of commands in crontab file to be mailed to me. For that I am setting the MAILTO environment variable at the beginning of crontab file. MAILTO="" But its not working though the commands in crontab file are working fine. Also, if I am

Fw: cronjob problem

2002-01-21 Thread Rahul Garg
Hello, I am running crontab command. I want the output of commands in crontab file to be mailed to me. For that I am setting the MAILTO environment variable at the beginning of crontab file. MAILTO="" But its not working though the commands in crontab file are working fine. Also, if I am