Crontab setting

Hi All,

Can anyone tell me how to schedule the dbshell.sh script to run on sunday.
I have scheduled as

1 19 7 * * /home/svr/dbshell.sh

. kindly confirm confirm whether coded "7" or it should set to '0'.

unix:[/home/unix]$ crontab -l
0 19 6 * * /home/svr/dbemail.sh
1 19 7 * * /home/svr/dbshell.sh

man crontab :

, so either should do.

On Unix, man crontab sais:

So you better use 0 .