Hi,
I do not get how the at command works. The goal is to use at with the -m option (http://www.freebsd.org/cgi/man.cgi?query=at&sektion=1) and then use mailx to see the "output". But even the simple
but
If I execute the above command without the -m option the job also does not get executed but disappears from the queue a few minutes after the set execute time.
Any help would be gladly appreciated.
I do not get how the at command works. The goal is to use at with the -m option (http://www.freebsd.org/cgi/man.cgi?query=at&sektion=1) and then use mailx to see the "output". But even the simple
echo "hello" |at -m 16:22 16.07.2014 does not work. It then says
Code:
Job # will be executed using /bin/sh
at -l shows that the job does not get executed at the given time.If I execute the above command without the -m option the job also does not get executed but disappears from the queue a few minutes after the set execute time.
Any help would be gladly appreciated.