Command: cal

  CAL is a tiny command line calendar.

Syntax:

  cal
  cal mm/yyyy
  cal yyyy
  cal /?
      mm    the month you want to see (2 digits)
      yyyy  the year you want to see (4 digits)

Options:

  /?  Shows the help.

Comments:

  CAL is a tiny (900 bytes) command line calendar. It can display
  the current month, a specific month, or a yearly calendar. Cal
  supports the Gregorian calendar format for years from 1753-2399.

Examples:

  cal          shows the actual month
  cal 04/1959  shows April 1959
  cal 1959     shows all months of the year 1959

See also:

  date
  time

  Copyright © 2008 W. Spiegl.

  This file is derived from the FreeDOS Spec Command HOWTO.
  See the file H2Cpying for copying conditions.