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

操作系统开发

开发平台:

WINDOWS

  1. LEAVE(1)                  Minix Programmer's Manual                   LEAVE(1)
  2. NAME
  3.      leave - warn when it is time to go home
  4. SYNOPSIS
  5.      leave [ [+] hh[:]mm]
  6. EXAMPLES
  7.      leave 1500          # Issue a warning at 2:55 p.m.
  8.      leave 10:00         # Issue a warning at 9:55 a.m.
  9.      leave + 30          # Issue a warning in 25 minutes
  10. DESCRIPTION
  11.      Leave sets an alarm clock to a specified time  and  issues  a  warning  5
  12.      minutes before, 1 minute before, and at the time to leave.  It then keeps
  13.      issuing warnings every minute for 10 minutes, then quits.  If no time  is
  14.      provided, the program prompts for one.
  15.                                                                              1