Ausam/doc/man/man1/runat.1

Find at most related files.
including files from this version of Unix.

.th RUNAT I 1/6/79
.sh NAME
runat  \*-  execute a command at a specified time
.sh SYNOPSIS
.bd runat
[day] [month] [date] hour:minute[:second] [year] : command
.br
.bd runat
+minutes : command
.sh DESCRIPTION
.it Runat
runs the given command at the specified time.
Times are specified in the form:
Fri Jun 1 9:53:14 1979.
Most of the arguments may be omitted, the current
date, month, and year being assumed.
The arguments may be specified in any order
and may be composed of upper or lower
case letters. Only the first three characters of the day (of the week)
and month are significant, thus "jan", "February", "SUN", are all
valid.
.it Runat
also knows about "tomorrow", "am", and "pm".
.s3
If 
.it runat
has a single argument "+x" where x is an integer, the
command will be run x minutes from the current time.
.sh EXAMPLES
runat fri 5:00 pm : acommand
.br
runat January 1 17:00 1980 : acommand
.br
runat tomorrow 4:00 : acommand
.br
runat +8 : acommand
.sh "SEE ALSO"
alarm (I)
.sh AUTHOR
Michael Rourke (UNSW)
.sh BUGS
.it Runat
will not wait longer than 136 years.