Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
crontab problem
Name: ckng Date: October 10, 2006 at 01:03:58 Pacific OS: unix CPU/Ram: 638 Product: sun
Comment:
hi, i have a program which should run at every 1.30pm daily and after the program have finish running, it should put a message on the screen.
i have use crontab but it will not put a message on the screen after finish running.
does anyone have any solutions on how may i put a message on the screen after my program finish running at crontab.
Summary: My guess, after thinking about how I would implement cron, is: when you save the crontab file, cron finds the next time that one of the scheduled items should occur and the sets an alarm to go off at ...
Summary: Hi, I'm currently experiencing problems automating a conjob that I have. The cornjob just runs a couple of rdist commands which copies documentation between two servers. I can run this process manuall...
Summary: I wanna read the date from input text file (last_intf_date.txt ) . /etc/profile while read whole_line do ds_date=`echo $whole_line | cut -c1-8` done < last_intf_date.txt echo $ds_date whe...