CAL(1)                       UNIX Reference Manual                      CAL(1)

NAME
     cal - displays a calendar

SYNOPSIS
     cal [-jy] [[month] year]

DESCRIPTION
     Cal displays a simple calendar. (...)

Cal is a handy tool that just spits out a calendar, like the one for current month:

armaata:~$ cal
     July 2000
 S  M Tu  W Th  F  S
                   1
 2  3  4  5  6  7  8
 9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31

It would be a perfect tool for E2 log stuff and CGI stuff it it could do HTML too, now we have to parse the output.

See also DayMetaNoder =)