"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.
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-jobTrying to use a single while loop to collect variables from user and run sequential "at" commands. Singular at command …
bash loops while-loop at-jobI 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