Here\'s my code to create a new at job... system(\'echo \\\'php -f /path/to/my/php/file.php\\\' | at 1700\');
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
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.
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.
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:
This is the first time i am playing with the at command in linux and notice something strange. Say i create this test file:
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
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
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.
I want an app or python package that can 1.Dynamically add python script to the background 2.Execute a specified time