Re: AT command

From: Noi (noi_at_siam.com)
Date: 12/27/03

  • Next message: Noi: "Re: telnet"
    Date: Sat, 27 Dec 2003 22:10:06 GMT
    
    

    On Sat, 27 Dec 2003 15:37:30 +0100, Davide Sanna thoughtfully wrote:

    > Hi there,
    >
    > I'm using "at" command like:
    >
    > #at 15:30
    > at> echo "something"
    > at>
    >
    > [...]
    >
    > but I really can't stop at from asking me new commands after I press
    > Enter.
    > I tried with CTRL^Z but it only stops the process...
    >
    > Really thanks for any help...
    >
    > Davide

    Wouldn't use of shell scripts work better especially for testing?
    at -f /home/me/test.sh 15:30
    at -l

    #test.sh
    #!/bin/bash
    echo "something"


  • Next message: Noi: "Re: telnet"

    Relevant Pages

    • Re: Persisting env vars in cmd windows
      ... You're doing very nicely with your batch file commands. ... Call CreatePathAndSymbols.bat _Pf Prmp ... @echo off ... the separate batch files that can be invoked stand-alone, ...
      (microsoft.public.win2000.general)
    • Re: [9fans] Building Go on Plan 9
      ... doesn't archive attachments. ... # of compiling the commands and packages in the Go ... echo have: $have ...
      (comp.os.plan9)
    • [9fans] Building Go on Plan 9
      ... # of compiling the commands and packages in the Go ... echo have: $have ... We can now apply the patch file ...
      (comp.os.plan9)
    • Re: Redirect commands
      ... I think the problem is that the ECHO commands are writing to a TEMP file and are not using the FILE Equation you specify. ... To join/leave the list, search archives, change list settings, * ...
      (comp.sys.hp.mpe)
    • Re: Spool in SQL*Plus without SQL statments
      ... ECHO does not affect the display of commands ... Oh and to get rid of the column heading underline I asked about ... web; not oracle docs though). ...
      (comp.databases.oracle.misc)