source: trunk/minix/man/man1/at.1@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 1.1 KB
Line 
1.TH AT 1
2.SH NAME
3at \- execute commands at a later time
4.SH SYNOPSIS
5\fBat \fItime\fR [\fImonth day\fR] [\fIfile\fR]\fR
6.br
7.de FL
8.TP
9\\fB\\$1\\fR
10\\$2
11..
12.de EX
13.TP 20
14\\fB\\$1\\fR
15# \\$2
16..
17.SH EXAMPLES
18.EX "at 2315 Jan 31 myfile" "Myfile executed Jan 31 at 11:15 pm"
19.EX "at 0900" "Job input read from \fIstdin\fR"
20.EX "at 0711 4 29 " "Read from \fIstdin\fR, exec on April 29"
21.SH DESCRIPTION
22.PP
23\fBAt\fR prepares a file to be executed later at the specified time by
24creating a special entry in \fB/usr/spool/at\fR. The \fBcron\fR daemon
25takes care of executing these jobs. It checks to see if any
26files in \fB/usr/spool/at\fR should now be run, and if so, it runs them
27and then puts them in \fB/usr/spool/at/past\fR.
28The name of the file created in \fB/usr/spool/at\fR by \fBat\fR is
29YY.DDD.HHMM.UU (where YY, DDD, HH, and MM give the time to execute and
30UU is a unique number). Note that when the command runs, it will not be able
31to use standard input unless specifically redirected. Standard output
32will be mailed to the owner of the job.
33.SH "SEE ALSO"
34.BR cron (8).
Note: See TracBrowser for help on using the repository browser.