until.txt

来自「At can be given its arguments in a file.」· 文本 代码 · 共 38 行

TXT
38
字号
                                             UNTIL [DUAL MODE]
     
     NAME UNTIL - Waits until a specified time.
     
     SYNTAX
     
     until time
     
     USAGE
     
     Until is  used to  wait until a given time of the day. It
     support two  time formats.  The first  list the  absolute
     time  in  hh:mm:ss  -format,  where  hh=hour,  mm=minute,
     ss=second. The time is parsed from left to right. That is
     a two  part time  represents hh:mm  and a  one part  time
     represents hours only.
     
     The second  format is given relative to the current time.
     This format is identical to the first format, except that
     it starts with a plus (+).
     
     Until can  be used for example in command scripts to wait
     to a specified time. It is equivalent to the
     at time  null-command, where null is a command which does
     nothing.
     
     EXAMPLES
     
     1) Wait until ten o'clock
     until 10:00
     2) Wait ten seconds
     until +00:00:10
     3) Check the until command.
     runtime until +00:00:10
     
     SEE ALSO
     at

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?