cal(1) cal(1)NAME cal - generate a calendar for the specified year SYNOPSIS cal [[month] year] DESCRIPTION cal generates a calendar for the specified year. If a month is also specified, a calendar just for that month is gen- erated. If neither is specified, a calendar for the present month is generated. The value of year can be between 1 and 9999. The value of month is a number between 1 and 12. cal makes adjustments in its output based on the specified year to reflect the calendar (Julian or Gregorian) that was in effect for the specified year. EXAMPLES cal 9 1752 produces a calendar for September 1752. FILES /usr/bin/cal NOTES The year is always considered to start in January. The command cal 87 generates a calendar for 87 A.D., not 1987. April, 1990 1