I\'m still learning Bash and I\'m having a problem with my script. I want to filter some calls with this script that is analyzing a call log, every 2 minutes as cronjob. The problem is that I can run
I\'ve been experimenting with cronjobs recently and have it setup like so: crontab: SHELL=/bin/sh MAILTO=me@me.com
I have a Dynamic Backend setup on GAE which I want to run using cron every 15mins. The problem is cron requires a url that beg开发者_如何学Cins with \"/\". While a backend URL uses the following forma
Hi i thy to delete all cart of customer, i don´t get it since cornjob, i put this in a controller and work fine
If I have 2 php scripts in an sh file and I run the sh f开发者_StackOverflow中文版ile from the command line or from cron, can I be sure that the second script will only start running after the first s
I have a PHP file that I would like to run once per day.I know that in order to do this I need to set up a CRON job.From my understanding there should be a way to set-up the CRON job within my web hos
I have an facebook application which sends links to fan page walls. Everything is wo开发者_运维知识库rking when i call the .php file from my browser but when i call the same page from cronjob it can\'
Background In one of our project, we need to run some massive task occasionally, e.g., generate reports, send numbers of notification emails. Sometimes it causes noticeable lag when such massive task
I have a query to run on oracle that gives output as sid,serial#,transaction start time,sql_id,transaction id.
I am doing the following in a shell script: tar cvzf mytar.tgz * It works fine when I run the shell script from a terminal. When i开发者_如何学Ct runs the shell script from a cron job using crontab