1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-14 11:56:04 +02:00
zsh/Doc/Zsh/mod_sched.yo
1999-04-15 18:05:35 +00:00

18 lines
601 B
Plaintext

texinode(The sched Module)(The stat Module)(The files Module)(Zsh Modules)
sect(The sched Module)
The tt(sched) module makes available one builtin command:
startitem()
findex(sched)
cindex(timed execution)
cindex(execution, timed)
xitem(tt(sched) [tt(PLUS())]var(hh)tt(:)var(mm) var(command) ...)
item(tt(sched) [ tt(-)var(item) ])(
Make an entry in the scheduled list of commands to execute.
The time may be specified in either absolute or relative time.
With no arguments, prints the list of scheduled commands.
With the argument `tt(-)var(item)', removes the given item
from the list.
)
enditem()