
l
| leave(1) | leave(1) | 
NAME
leave - remind you when you have to leave
SYNOPSIS
leave [ hhmm ]
DESCRIPTION
The leave command waits until the speci®ed time, then reminds you to leave. You are reminded 5 minutes and 1 minute before the actual time, at the time, and every minute thereafter. When you log off, leave exits.
The time of day is in the form hhmm, where hh is a time in hours (which can range from 0 through 11 or 0 through 24 hours), and mm is the number of minutes after the speci®ed hour. If the value of hh is greater than 11 
If no argument is provided, leave prompts with
When do you have to leave?
A reply of newline causes leave to exit; otherwise the reply is assumed to be a time. This form is suitable for inclusion in a .login or .profile ®le.
The leave command ignores interrupts, quits, and terminate signals. To get rid of it you should either log off or use kill 
EXAMPLES
The command
leave 1204
sends an alarm (a beep) to your terminal to remind you that you have to leave at 12:04 and reminds you that you are late at one minute intervals after 12:04.
WARNINGS
The leave command checks to see if a user has logged out by checking the /etc/utmp ®le every 100 seconds. If a user logs out and logs back in to the same tty before leave makes its periodic check, leave may not know that the user has logged out.
AUTHOR
leave was developed by the University of California, Berkeley.
FILES
/etc/utmp
SEE ALSO calendar(1).
| Section 1−442 | − 1 − |