Display a calendar in UNIX
To display the current month’s calendar, just use:
cal
to display three months starting with last month, try:
cal -3
To display the calendar for a whole year, specify the year on the command line like:
cal 2003
To display the current month’s calendar, just use:
cal
to display three months starting with last month, try:
cal -3
To display the calendar for a whole year, specify the year on the command line like:
cal 2003