NAME
cal - display a calendar
SYNOPSIS
cal [ [month] year]
DESCRIPTION
The cal utility writes a Gregorian calendar to standard
output. If the year operand is specified, a calendar
for that year is written. If no operands are specified,
a calendar for the current month is written.
OPERANDS
The following operands are supported:
month Specify the month to be displayed, represented
as a decimal integer from 1 (January) to 12
(December). The default is the current month.
year Specify the year for which the calendar is
displayed, represented as a decimal integer from
1 to 9999. The default is the current year.
|