at-job
Unix `at` command via PHP
Here\'s my code to create a new at job... system(\'echo \\\'php -f /path/to/my/php/file.php\\\' | at 1700\');[详细]
2023-04-04 09:27 分类:问答Schedule some jobs with php/python at some specific time without crontab
I have some irregular jobs to do(frequent and many), so I can\'t use the crontab. for example: send an email at 10:20AM on July 22 2012[详细]
2023-03-19 19:31 分类:问答How to define a Job ID when using the AT command
How is it p开发者_StackOverflow中文版ossible to define the name / ID of a job whilst creating a task with the AT command?You can\'t specify an ID or name at creation with AT.[详细]
2023-03-15 14:26 分类:问答How do I keep a Perl script running on Unix after I log off?
I have a script that takes a lot of time to complete. Instead of waiting for it to finish, I\'d rather just log out and retrieve its output later on.[详细]
2023-02-14 22:51 分类:问答How to send a future email using AT command
I just need to send one email into the future, so I figured i\'d be best at using at rather than using cron.This is what I have so far, its messy and ugly and not that great at escaping:[详细]
2023-02-02 01:46 分类:问答at command strange behaviour
This is the first time i am playing with the at command in linux and notice something strange. Say i create this test file:[详细]
2023-01-31 04:55 分类:问答Rescheduling an at job
Is there a way to change the date of a job that has been issued with the unix at command? I need to do this because my Application has scheduled too many jobs at the same time which will bring the ma[详细]
2023-01-27 05:24 分类:问答How do you use the AT command?
I would count myself as a intermediate programmer but for some reason I don\'t know how to use the AT command. What is it? How do I use it? Can someon开发者_如何学Ce show me an example of the AT comma[详细]
2023-01-24 16:06 分类:问答Creating an "at" job from command line for a MYSQL query
From the command line, I want to create an at job to run a mysql query.As you can imagine search开发者_如何学编程ing on google or here stackoverflow for \"at\" is difficult.[详细]
2023-01-22 03:10 分类:问答Is there a app or python package for managing background python script add,execute,stop?
I want an app or python package that can 1.Dynamically add python script to the background 2.Execute a specified time[详细]
2023-01-17 02:36 分类:问答