]> git.ipfire.org Git - thirdparty/util-linux.git/blame - misc-utils/cal.1
docs: update ReleaseNotes: fix typo in v2.20-ReleaseNotes
[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.\"
4b5a1ab8 37.TH CAL "1" "June 2011" "util-linux" "User Commands"
b881ebc6
PU
38.SH NAME
39cal \- displays a calendar
4b5a1ab8
SK
40.SH SYNOPSIS
41.B cal
42[\fIoptions\fR] [[[\fIday\fR] \fImonth\fR] \fIyear\fR]
43.SH DESCRIPTION
44Cal displays a simple calendar. If arguments are not specified, the current
45month is displayed.
46.SH OPTIONS
47.TP
48\fB\-1\fR, \fB\-\-one\fR
ffc43748
KZ
49Display single month output.
50(This is the default.)
4b5a1ab8
SK
51.TP
52\fB\-3\fR, \fB\-\-three\fR
ffc43748 53Display prev/current/next month output.
4b5a1ab8
SK
54.TP
55\fB\-s\fR, \fB\-\-sunday\fR
ffc43748 56Display Sunday as the first day of the week.
4b5a1ab8
SK
57.TP
58\fB\-m\fR, \fB\-\-monday\fR
eb63b9b8 59Display Monday as the first day of the week.
4b5a1ab8
SK
60.TP
61\fB\-j\fR, \fB\-\-julian\fR
eb63b9b8 62Display Julian dates (days one-based, numbered from January 1).
4b5a1ab8
SK
63.TP
64\fB\-y\fR, \fB\-\-year\fR
6dbe3af9 65Display a calendar for the current year.
4b5a1ab8
SK
66.TP
67\fB\-V\fR, \fB\-\-version\fR
14b22761 68Display version information and exit.
4b5a1ab8
SK
69.TP
70\fB\-h\fR, \fB\-\-help\fR
71Display help screen and exit.
72.SH PARAMETERS
73A single parameter specifies the year (1 - 9999) to be displayed; note the
74year must be fully specified:
75.B "cal 89"
76will not display a calendar for 1989.
77.PP
6dbe3af9 78Two parameters denote the month (1 - 12) and year.
4b5a1ab8
SK
79.PP
80Three parameters denote the day (1-31), month and year, and the day will be
81highlighted if the calendar is displayed on a terminal. If no parameters are
82specified, the current month's calendar is displayed.
83.PP
84A year starts on Jan 1. The first day of the week is determined by the
85locale.
86.PP
87The Gregorian Reformation is assumed to have occurred in 1752 on the 3rd of
88September. By this time, most countries had recognized the reformation
89(although a few did not recognize it until the early 1900's). Ten days
90following that date were eliminated by the reformation, so the calendar for
91that month is a bit unusual.
92.SH HISTORY
93A cal command appeared in Version 6 AT&T UNIX.
94.SH AVAILABILITY
601d12fb
KZ
95The cal command is part of the util-linux package and is available from
96ftp://ftp.kernel.org/pub/linux/utils/util-linux/.