use the unix at command to run a unix script at a given time.
To schedule a script via at:
echo "some command"at
where time could be hh:mm[ampm]
at -l shows the id that are currently scheduled
at -r [jobid] will remove a particulat job from the schedule.
note: The -r option will only work upto the point where the job has been scheduled.
4096 Columns
3 weeks ago