]> git.ipfire.org Git - thirdparty/util-linux.git/blame - misc-utils/cal.1
cal: add --color to usage()
[thirdparty/util-linux.git] / misc-utils / cal.1
CommitLineData
6dbe3af9
KZ
1.\" Copyright (c) 1989, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Kim Letkeman.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions
9.\" are met:
10.\" 1. Redistributions of source code must retain the above copyright
11.\" notice, this list of conditions and the following disclaimer.
12.\" 2. Redistributions in binary form must reproduce the above copyright
13.\" notice, this list of conditions and the following disclaimer in the
14.\" documentation and/or other materials provided with the distribution.
15.\" 3. All advertising materials mentioning features or use of this software
16.\" must display the following acknowledgement:
17.\" This product includes software developed by the University of
18.\" California, Berkeley and its contributors.
19.\" 4. Neither the name of the University nor the names of its contributors
20.\" may be used to endorse or promote products derived from this software
21.\" without specific prior written permission.
22.\"
23.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
24.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
27.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
35.\" @(#)cal.1 8.1 (Berkeley) 6/6/93
36.\"
232dc924 37.TH CAL 1 "June 2011" "util-linux" "User Commands"
b881ebc6 38.SH NAME
232dc924 39cal \- display a calendar
4b5a1ab8
SK
40.SH SYNOPSIS
41.B cal
42[\fIoptions\fR] [[[\fIday\fR] \fImonth\fR] \fIyear\fR]
43.SH DESCRIPTION
232dc924
BS
44.B cal
45displays a simple calendar. If no arguments are specified, the current
4b5a1ab8
SK
46month is displayed.
47.SH OPTIONS
48.TP
49\fB\-1\fR, \fB\-\-one\fR
ffc43748
KZ
50Display single month output.
51(This is the default.)
4b5a1ab8
SK
52.TP
53\fB\-3\fR, \fB\-\-three\fR
ffc43748 54Display prev/current/next month output.
4b5a1ab8
SK
55.TP
56\fB\-s\fR, \fB\-\-sunday\fR
ffc43748 57Display Sunday as the first day of the week.
4b5a1ab8
SK
58.TP
59\fB\-m\fR, \fB\-\-monday\fR
eb63b9b8 60Display Monday as the first day of the week.
4b5a1ab8
SK
61.TP
62\fB\-j\fR, \fB\-\-julian\fR
eb63b9b8 63Display Julian dates (days one-based, numbered from January 1).
4b5a1ab8
SK
64.TP
65\fB\-y\fR, \fB\-\-year\fR
6dbe3af9 66Display a calendar for the current year.
4b5a1ab8
SK
67.TP
68\fB\-V\fR, \fB\-\-version\fR
14b22761 69Display version information and exit.
4b5a1ab8
SK
70.TP
71\fB\-h\fR, \fB\-\-help\fR
72Display help screen and exit.
73.SH PARAMETERS
74A single parameter specifies the year (1 - 9999) to be displayed; note the
75year must be fully specified:
76.B "cal 89"
77will not display a calendar for 1989.
78.PP
6dbe3af9 79Two parameters denote the month (1 - 12) and year.
4b5a1ab8
SK
80.PP
81Three parameters denote the day (1-31), month and year, and the day will be
82highlighted if the calendar is displayed on a terminal. If no parameters are
83specified, the current month's calendar is displayed.
84.PP
85A year starts on Jan 1. The first day of the week is determined by the
86locale.
87.PP
88The Gregorian Reformation is assumed to have occurred in 1752 on the 3rd of
89September. By this time, most countries had recognized the reformation
90(although a few did not recognize it until the early 1900's). Ten days
91following that date were eliminated by the reformation, so the calendar for
92that month is a bit unusual.
93.SH HISTORY
94A cal command appeared in Version 6 AT&T UNIX.
95.SH AVAILABILITY
601d12fb
KZ
96The cal command is part of the util-linux package and is available from
97ftp://ftp.kernel.org/pub/linux/utils/util-linux/.