netbsd man page for leave

Query: leave

OS: netbsd

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

LEAVE(1)						    BSD General Commands Manual 						  LEAVE(1)

NAME
leave -- remind you when you have to leave
SYNOPSIS
leave [[+]hhmm]
DESCRIPTION
leave 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 exe- cuted leave on. 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 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, 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.
SEE ALSO
calendar(1), csh(1), sh(1)
HISTORY
The leave command appeared in 3.0BSD.
BUGS
In the modern age with X(7) and window multiplexing programs like window(1) and screen(1), the leave command's reminders and admonitions might not be seen if the user has the window where leave was started minimized or obscured. This all begs for a more general user notifications system to be implemented.
BSD
January 19, 2002 BSD
Related Man Pages
shutdown(8) - freebsd
timetrans(1p) - debian
whodo(1m) - hpux
leave(1) - netbsd
image::exiftool::shift(3pm) - debian
Similar Topics in the Unix Linux Community
How to Increment or add minutes???;-)
Periodical Deletion of files and folders
Add or Subtract the hours,minutes or seconds in the the time variable
Grepping a timestamp range and assigning it to a constant
How to check the processes running longer than 2 hours.?