man leave (Commandes) - leave

NAME

leave - remind you when you have to leave

SYNOPSIS

[+]

DESCRIPTION

waits until the specified time (within the next 12 hours), then reminds you that you have to leave by writing to the TTY that you executed on.

You are reminded 5 minutes and 1 minute before the actual time, at the time, and every minute thereafter. When you log off, exits just before it would have printed the next message.

OPTIONS

hhmm
The time of day is in the form hhmm where hh is a time in hours (on a 12 or 24 hour clock), and mm are minutes. However, all times are converted to a 12 hour clock, and assumed to be in the next 12 hours. An attempt to set an alarm for farther into the future will be truncated to within the next 12 hours.
+
If the time is preceded by the alarm will go off in hours and minutes from the current time.

If no argument is given, prompts with "When do you have to leave?" A reply of newline causes to exit, otherwise the reply is assumed to be a time. This form is suitable for inclusion in a ~/.login or ~/.profile .

SEE ALSO

calendar(1) ,csh(1) ,sh()

HISTORY

The command appeared in

BUGS

In the modern age with X() and window multiplexing programs like window() and screen(1) , the command's reminders and admonitions might not be seen if the user has the window where was started minimized or obscured.

This all begs for a more general user notifications system to be implemented.