cal(1) cal(1)NAME cal - displays a calendar SYNOPSIS cal [[month] year] ARGUMENTS month Specifies the month for which cal is to display a calendar. The value of month is a number between 1 and 12. year Specifies the year for which cal is to display a calendar. The value of year can be between 1 and 9999. The cal command adjusts its output to reflect the calendar (Julian or Gregorian) that was in effect for the specified year. DESCRIPTION cal displays a calendar. If you do not specify any arguments, cal displays a calendar for the current month. EXAMPLES The following command displays a calendar for September 1752, which represents a period of time when the calendar was different than what we currently use: cal 9 1752 This command displays a calendar for the year 92 A.D., not the year 1992: cal 92 FILES /usr/bin/cal Executable file January 1992 1