[ale] cron question...

Robert L Harris nomad at rocky.orci.com
Tue Jul 29 12:09:57 EDT 1997


> 
> 
> Is there a way to force your personal crontabs to run?  I'm doing perl
> webpage stuff, and I'd like to get immediate results sometimes instead of
> waiting for the cron to come around.  I'm currently doing this by copying
> my crontab entry to a bash script, but this is not the best solution, or
> at least I think it isn't.  Anybody?
> 
> Thanks in advance!
> 

What I do is duplicate the line and change it so it runs every 10-20 mins
depending on what I'm working on.  so it would be
0,10,20,30,40,50 * * * * * <command> 
to run <command> every 10 mins....  And that way you get an "Actual Crontab"
run...

Robert

---------------------------------------------------------------------------
Robert L. Harris          |    If NT is the answer,
System Engineer For Hire. \_     you don't understand the question.
 
Email:
Robert at ast.lmco.com
http://www.orci.com/~nomad
  
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
   
perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'






More information about the Ale mailing list