calendar.1
来自「早期freebsd实现」· 1 代码 · 共 146 行
1
146 行
.\" Copyright (c) 1989, 1990, 1993.\" The Regents of the University of California. All rights reserved..\".\" Redistribution and use in source and binary forms, with or without.\" modification, are permitted provided that the following conditions.\" are met:.\" 1. Redistributions of source code must retain the above copyright.\" notice, this list of conditions and the following disclaimer..\" 2. Redistributions in binary form must reproduce the above copyright.\" notice, this list of conditions and the following disclaimer in the.\" documentation and/or other materials provided with the distribution..\" 3. All advertising materials mentioning features or use of this software.\" must display the following acknowledgement:.\" This product includes software developed by the University of.\" California, Berkeley and its contributors..\" 4. Neither the name of the University nor the names of its contributors.\" may be used to endorse or promote products derived from this software.\" without specific prior written permission..\".\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION).\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF.\" SUCH DAMAGE..\".\" @(#)calendar.1 8.1 (Berkeley) 6/29/93.\".Dd June 29, 1993.Dt CALENDAR 1.Os.Sh NAME.Nm calendar.Nd reminder service.Sh SYNOPSIS.Nm calendar.Op Fl a.Sh DESCRIPTION.Nm Calendarchecks the current directory for a file named.Pa calendarand displays lines that begin with either today's dateor tomorrow's.On Fridays, events on Friday through Monday are displayed..PpThe following options are available:.Bl -tag -width Ds.It Fl aProcess the ``calendar'' files of all users and mail the resultsto them.This requires super-user privileges..El.PpLines should begin with a month and day.They may be entered in almost any format, either numeric or as characterstrings.A single asterisk (``*'') matches every month.A day without a month matches that day of every week.A month without a day matches the first of that month.Two numbers default to the month followed by the day.Lines with leading tabs default to the last entered date, allowingmultiple line specifications for a single date.By convention, dates followed by an asterisk are not fixed, i.e., changefrom year to year..PpThe ``calendar'' file is preprocessed by.Xr cpp 1 ,allowing the inclusion of shared files such as company holidays ormeetings.If the shared file is not referenced by a full pathname,.Xr cpp 1searches in the current (or home) directory first, and then in thedirectory.Pa /usr/share/calendar .Empty lines and lines protected by the C commenting syntax.Pq Li /* ... */are ignored..PpSome possible calendar entries:.Bd -unfilled -offset indent#include <calendar.usholiday>#include <calendar.birthday>6/15 ... June 15 (if ambiguous, will default to month/day).Jun. 15 ... June 15.15 June ... June 15.Thursday ... Every Thursday.June ... Every June 1st.15 * ... 15th of every month..Ed.Sh FILESThe following default calendar files are provided:.Pp.Bl -tag -width calendar.christian -compact.It Pa calendar.birthdayBirths and deaths of famous (and not-so-famous) people..It Pa calendar.christianChristian holidays.This calendar should be updated yearly by the local system administratorso that roving holidays are set correctly for the current year..It Pa calendar.computerDays of special significance to computer people..It Pa calendar.historyEverything else, mostly U. S. historical events..It Pa calendar.holidayOther holidays, including the not-well-known, obscure, and.Em reallyobscure..It Pa calendar.judaicJewish holidays.This calendar should be updated yearly by the local system administratorso that roving holidays are set correctly for the current year..It Pa calendar.musicMusical events, births, and deaths.Strongly oriented toward rock 'n' roll..It Pa calendar.usholidayU.S. holidays.This calendar should be updated yearly by the local system administratorso that roving holidays are set correctly for the current year..El.Sh SEE ALSO.Xr at 1 ,.Xr cpp 1 ,.Xr cron 8.Xr mail 1 ,.Sh COMPATIBILITYThe.Nm calendarprogram previously selected lines which had the correct date anywherein the line.This is no longer true, the date is only recognized when it occursfirst on the line..Sh HISTORYA.Nmcommand appeared in Version 7 AT&T UNIX..Sh BUGS.Nm Calendardoesn't handle events that move around from year to year, i.e.,``the last Monday in April''.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?