Sunday, 28 October 2012 11:10
if you are in a Linux terminal and you want to quickly view a calendar you can use the simple cal command. Cal is part of the util-linux package.
If no arguments are specified cal will display the current month.
cal
To display the calendar for a specific month of a year type:
cal month year
To display the calendar for a whole year type:
cal year
To display the calendar for the previous, current and next month type:
cal -3
Here is the output for all the above comands.

If you want to read the manual page of cal type:
man cal
Set as favorite
Email this
Hits: 1521
Related articles:
Comments (0)
Subscribe to this comment's feedWrite comment