Using "at" command



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 <filename>
The contents of the <filename> are:
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
.



Relevant Pages

  • Re: VEO Camera Missing Method Exception
    ... > IntPtr, ByVal filename As String, ByVal resolution As Integer) As Boolean ... I always get a missing method exception. ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: saving figures
    ... (the save as doesn't work for me for some reason) ... print ('-djpeg99', 'Filename') prints the current figure, 99 indicates quality, I don't know about resolution. ...
    (comp.soft-sys.matlab)