calendar(1) plan9 man page | unix.com

Man Page: calendar

Operating Environment: plan9

Section: 1

CALENDAR(1)						      General Commands Manual						       CALENDAR(1)

NAME
calendar - print upcoming events
SYNOPSIS
calendar [ file ]
DESCRIPTION
Calendar reads the named file, default /usr/$user/lib/calendar, and writes to standard output any lines containing today's or tomorrow's date. Examples of recognized date formats are "4/11", "April 11", "Apr 11", "11 April", and "11 Apr". All comparisons are case insensi- tive. On Friday and Saturday, events through Monday are printed. To have your calendar mailed to you every day, use cron(8).
FILES
/usr/$user/lib/calendar personal calendar
SOURCE
/sys/src/cmd/calendar.c CALENDAR(1)
Related Man Pages
calendar(1) - opensolaris
calendar(1) - bsd
calendar(1) - debian
calendar(1) - ultrix
cal_to_jd(3) - php
Similar Topics in the Unix Linux Community
building text file with calendar dates
Calendar date to Julian and Back
Monday as first day
Display calendar in correct format using shell script
How to find second and fourth Monday of the month?