hi, i am using a sh machine
i have try to use crontab to work like this,
45 13 * * * say 'Hello' > /dev/console
but it does not work and in the mail it keep showing
[unexpected end of line. this entry has been ignored.]
my program should run at a specified time and after the program run finish, it should show a messege on the screen saying it had finish running the program.
Can anyone help me with this problem???
thank you