I am scheduling, say, 3 commands using at
command.
$ at teatime
command1
command2
command3
<Ctrl + D>
After some time I realised that running command3
is not really what I wanted, but at same time I don't want remaining commands to stopped from execution.
I tried looking for at
command or something like it in System Monitor so that I could kill process responsible for running command3
but couldn't find (maybe I am wrong in this). Also I can stop ATD daemon that runs these commands but that will stop all commands from execution, which is not what I wanted.
Is there any other way to stop just command3
?
at
andatd
at some point -- it's fairly short and fairly well-commented (if you ignore things like the time parsing code). – Ulrich Schwarz Feb 03 '16 at 17:26/var/spool/atjobs
are fairly restrictive. – Ulrich Schwarz Feb 03 '16 at 18:03