calendar(1) calendar(1)NAME calendar - reminder service SYNOPSIS calendar [-] DESCRIPTION calendar consults the file calendar in the current directory and prints out lines that contain today's or tomorrow's date anywhere in the line. Most reasonable month-day dates such as Dec. 7, december 7, 12/7, etc., are recognized, but not 7 December. On weekends tomorrow extends through Monday. When an argument is present, calendar does its job for every user who has a file calendar in their login directory and sends them any positive results by mail(1). Normally this is done daily by facilities in the A/UX operating system under control of cron(1M). EXAMPLES If the user has the following line, among other lines con- taining date information, in the file calendar in the login directory: Monday, September 6 Labor Day Holiday typing in calendar either on the Friday before or on the specified Monday will cause this line to be printed on the screen. FILES /usr/bin/calendar ./calendar /usr/lib/calprog /etc/passwd /tmp/cal* /usr/lib/crontab SEE ALSO at(1), leave(1), mail(1), cron(1M). BUGS Your calendar must be public information for you to get rem- inder service. calendar's extended idea of ``tomorrow'' does not account for holidays. April, 1990 1