Home UNIX Display a calendar in UNIX

Display a calendar in UNIX

0
1066


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

error: Content is protected !!