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
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
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
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
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