*3 23 * * * cd /home/jciind/WWW/stats/; perl awstats.pl -update
-config=www.jciind.com
Basically i want it to run at 3am everyday. i want it to go to the /home/jciind/WWW/stats folder and run that perl command.
is this right?
thank you
Anthony
Just want to make sure ( hard to tell sometimes ) that you need to write like
* <space> 3 <space> * <space> * <space>
And it looks like your script is going to run 3 AM of 23rd. day of every month. If you want it everyday then, it should be like,
Code:* 3 * * * * <your code>
Bookmarks