In Linux environment it is easier to work with the terminal to get the job done quickly and so if you want to quickly have look at the calendar then it can be directly seen in the terminal by using the cal command. The cal command is a standard Linux command that can be used in any Linux operating system.
Display calendar of the current month
Command:
cal

Display calendar of a particular month (user defined)
Let us try to display calendar of the month June 2009
Command:
cal june 2009
or
cal 06 2009

Display calendar for a year
Command:
cal 2009

Display calendar for last month, current month and next month
Command:
cal –3

Display calendar in alternative layout for calendar
The alternative layout of the calendar can be displayed using ncal command.
Command:
ncal june 2009

Hope you enjoyed this post, please let me know if anything can be added to this most more useful.
Did you enjoy this article? Please subscribe to RSS Feed to receive all the updates!
Related Posts:
- How to Prevent Ubuntu Linux from Resetting or Changing Computer’s BIOS or Hardware Clock
- Ubuntu Linux: How to Upgrade to Ubuntu 9.04 Jaunty Jackalope from Ubuntu 8.10 Intrepid Ibex
- Linux Application: Download and Rip/Extract Audio from YouTube Videos via UTube Ripper
- Ubuntu Linux Intrepid Ibex 8.10 Installation (Guide) Walk Through
- Hands on Review of Ubuntu One File Sharing and File Sync Service



