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
Add New Comment
Viewing 1 Comment
Thanks. Your comment is awaiting approval by a moderator.
Do you already have an account? Log in and claim this comment.
Do you already have an account? Log in and claim this comment.
Add New Comment