AT.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. .TH AT 1
  2. .SH NAME
  3. at, atrun - execute commands at a later time
  4. .SH SYNOPSIS
  5. fBat fItimefR [fImonth dayfR] [fIfilefR]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 fIstdinfR"
  20. .EX "at 0711 4 29 " "Read from fIstdinfR, exec on April 29"
  21. .SH DESCRIPTION
  22. .PP
  23. fIAtfR prepares a file to be executed later at the specified time by 
  24. creating a special entry in fI/usr/spool/atfR.  
  25. The program fIatrunfR should be started 
  26. periodically, for example, every minute by fIcronfR.  fIAtrunfR 
  27. checks to see if any
  28. files in fI/usr/spool/atfR should now be run, and if so, it runs them 
  29. and then puts them in fI/usr/spool/at/pastfR.
  30. The name of the file created in fI/usr/spool/atfR by 
  31. fIatfR is YY.DDD.HHMM.UU (where YY, DDD, HH, and MM give the time to execute and 
  32. UU is a unique number).  Note that when the command runs, it will not be able 
  33. to use fIstdinfR or fIstdoutfR unless specifically redirected.  In 
  34. the first example above, it might be necessary to put fI>/dev/logfR
  35. on some lines in the shell script fImyfilefR.  
  36. The same holds for the commands typed directly to fIatfR.
  37. .SH "SEE ALSO"
  38. .BR cron (8).