hello,
I wanted to schedule jobs to start within a space of few
seconds of each other. But 'at' is giving me a resolution of 'min'.
So I decided to put all tasks in a file and invoke
at -f
The contents of the
at now+1 minute "ls -l"
at now+2 minute "date"
But I get a error "Garbled time"
Can you tell me what is wrong here..Also is it possible to give
interval in seconds.
TIA,
R C