Top "At-job" questions

"at" is a classic Unix command that read commands from standard input (or a specified file) which are to be executed at a later time, using /bin/sh.

List and kill at jobs on UNIX

I have created a job with the at command on Solaris 10. It's working now but I want to kill it …

unix jobs kill solaris-10 at-job
Run a command at a specific time

I'm trying to run a command at a specific time. I've looked at the "at" command, but I don't know …

linux bash command at-job
How can I use an at command in a shell script?

I am trying to use the Unix at command (for setting a job to run at a certain time) in …

linux shell unix at-job
Bash - Running multiple commands in sequence from while loop using input from file

Trying to use a single while loop to collect variables from user and run sequential "at" commands. Singular at command …

bash loops while-loop at-job
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 …

scheduling nohup keep-alive at-job