|
|
Archives of the TeradataForum
Message Posted: Sat, 25 Oct 2014 @ 21:04:56 GMT
Subj: | | Re: Is cron job better or a script that runs in background having sleep |
|
From: | | Kathleen Hanrahan |
Sandeep,
On 10/25/2014 02:31 AM, Ganga, Sandeep Kumar wrote:
| Having a shell script that reads messages file and send the email notification using telnet once a day with the errors having grep and
other commands to do so. | |
| Want to know if creating cronjob is good or a shell script running in background having sleep makes sense. | |
I would use the cron job. It is the UNIX/Linux standard and does not have to be re-run every time the system is rebooted.
Kathleen
| |