[Ilugc] One Day One GNU/Linux Command (CAL)

  • From: sbharathi@xxxxxxxxxxxxx (Bharathi Subramanian)
  • Date: Fri Jun 6 11:28:21 2008

One Day One GNU/Linux Command
=============================

cal - Displays a calendar

Summary: 

(BSD) Cal displays a simple calendar. If arguments are not specified,
the current month is displayed. Try GNU Cal or gcal for more options.

Examples :

$ cal -- Displays current month

$ cal -3 -- Display prev & current & next month output.

$ cal -y -- Display a calendar for the current year

$ cal -m -- Display Monday as the first day of the week.
            Sunday is default.

$ cal 2008 -- Display a calendar for the year 2008.

$ cal 6 2008 -- Display a calendar for the month of Jun 2008.

Read: man cal , gcal
 
Bye :)
-- 
Bharathi S

Other related posts:

  • » [Ilugc] One Day One GNU/Linux Command (CAL) - Bharathi Subramanian