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
RSS feed for comments on this post. TrackBack URL
uma said on February 19, 2010
is calendar and cal commands are same