running a crontab from command line, ad hoc

2003-10-22 Thread Timothy Stone
List, I know this can be done, but it escapes me how to do it. I wanted to execute a user crontab this afternoon that normally runs daily first thing in the morning. Nothing seems to work. And somehow most manuals seem to live it unsaid, you must innately know how to do this. Tips? Thanks,

Re: running a crontab from command line, ad hoc

2003-10-22 Thread Reuben D. Budiardja
On Wednesday 22 October 2003 01:04 pm, Timothy Stone wrote: List, I know this can be done, but it escapes me how to do it. I wanted to execute a user crontab this afternoon that normally runs daily first thing in the morning. Nothing seems to work. And somehow most manuals seem to live it

Re: running a crontab from command line, ad hoc

2003-10-22 Thread Timothy Stone
On Wednesday 22 October 2003 01:04 pm, Timothy Stone wrote: List, I know this can be done, but it escapes me how to do it. I wanted to execute a user crontab this afternoon that normally runs daily first thing in the morning. Nothing seems to work. And somehow most manuals seem to live it

Re: running a crontab from command line, ad hoc

2003-10-22 Thread Hal Burgiss
On Wed, Oct 22, 2003 at 03:24:56PM -0400, Timothy Stone wrote: directories like cron.hourly, cron.daily, et al. I want to do something where I can say in effect, Hey Cron, i know that user's crontab is set do something at this time, but do it now. Can't you just reset the time to something

Re: running a crontab from command line, ad hoc

2003-10-22 Thread Peter B. West
You need a different tool. Crontabs, by definition, specify tasks to runat certain times. You can't run this morning's crontab this afternoon. The crontabs are constantly monitored, and when a task becomes due, it's executed. One approach is to edit the crontab, copying the morning line(s)