Sending attachment using crontab

2003-07-28 Thread Khademul Islam
I have setup crontab the following way: (My weekely report doesn't work! and how can I setup my daily report to go only in the weekdays) [EMAIL PROTECTED] dislam]$ cat /etc/crontab SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=root HOME=/ # run-parts 01 * * * * root run-parts

Re: Sending attachment using crontab

2003-07-28 Thread Anthony E. Greene
On 28-Jul-2003/13:08 -0500, Khademul Islam [EMAIL PROTECTED] wrote: I have setup crontab the following way: (My weekely report doesn't work! and how can I setup my daily report to go only in the weekdays) To run a command only on weekdays set days to 1-5: 01 01 * * 1-5 root command Your