Question for the geeks
I’m trying to set up a cron job on my server to run a php script every hour, and for some reason the only thing that works is usr/bin/wget. Which is really annoying, because every time it runs the script it writes a new file and I end up with piles and piles of files all over the place. Anyone have any idea which command I should use?
jason said,
July 30, 2006 at 7:09 pm
Try “ls”. That seems like a pretty useful command.
Eve said,
July 30, 2006 at 8:52 pm
I hat you.