freebsd-dev/usr.bin/msgs/msgs.1

233 lines
5.8 KiB
Groff
Raw Normal View History

1994-05-27 12:33:43 +00:00
.\" Copyright (c) 1980, 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. Neither the name of the University nor the names of its contributors
1994-05-27 12:33:43 +00:00
.\" 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.
.\"
.\" @(#)msgs.1 8.2 (Berkeley) 4/28/95
1999-08-28 01:08:13 +00:00
.\" $FreeBSD$
1994-05-27 12:33:43 +00:00
.\"
.Dd April 28, 1995
1994-05-27 12:33:43 +00:00
.Dt MSGS 1
.Os
1994-05-27 12:33:43 +00:00
.Sh NAME
.Nm msgs
.Nd system messages and junk mail program
.Sh SYNOPSIS
.Nm
1994-05-27 12:33:43 +00:00
.Op Fl fhlpq
.Op Ar number
.Op Ar \-number
.Nm
1994-05-27 12:33:43 +00:00
.Op Fl s
.Nm
1994-05-27 12:33:43 +00:00
.Op Fl c
.Op \-days
.Sh DESCRIPTION
2002-04-20 12:18:28 +00:00
The
.Nm
utility is used to read system messages.
1994-05-27 12:33:43 +00:00
These messages are
sent by mailing to the login `msgs' and should be short
pieces of information which are suitable to be read once by most users
of the system.
.Pp
2002-04-20 12:18:28 +00:00
The
.Nm
utility is normally invoked each time you login, by placing it in the file
1994-05-27 12:33:43 +00:00
.Pa .login
(or
.Pa .profile
if you use
.Xr sh 1 ) .
It will then prompt you with the source and subject of each new message.
If there is no subject line, the first few non-blank lines of the
message will be displayed.
If there is more to the message, you will be told how
long it is and asked whether you wish to see the rest of the message.
The possible responses are:
.Bl -tag -width Fl
.It Fl y
Type the rest of the message.
.It Ic RETURN
Synonym for y.
.It Fl n
Skip this message
and go on to the next message.
.It Fl
Redisplay the last message.
.It Fl q
Drop out of
.Nm ;
1994-05-27 12:33:43 +00:00
the next time
.Nm
1994-05-27 12:33:43 +00:00
will pick up where it last left off.
.It Fl s
Append the current message to the file ``Messages'' in the current directory;
`s\-' will save the previously displayed message.
A `s' or `s\-' may
1994-05-27 12:33:43 +00:00
be followed by a space and a file name to receive the message replacing
the default ``Messages''.
.It Fl m
A copy of the specified message is placed in a temporary
mailbox and
2004-07-03 00:24:45 +00:00
.Xr mail 1
1994-05-27 12:33:43 +00:00
is invoked on that mailbox.
Both `m' and `s' accept a numeric argument in place of the `\-'.
.El
.Pp
2002-04-20 12:18:28 +00:00
The
.Nm
utility keeps track of the next message you will see by a number in the file
1994-05-27 12:33:43 +00:00
.Pa \&.msgsrc
in your home directory.
In the directory
.Pa /var/msgs
it keeps a set of files whose names are the (sequential) numbers
of the messages they represent.
The file
.Pa /var/msgs/bounds
shows the low and high number of the messages in the directory
so that
.Nm
1994-05-27 12:33:43 +00:00
can quickly determine if there are no messages for you.
If the contents of
.Pa bounds
is incorrect it can be fixed by removing it;
.Nm
1994-05-27 12:33:43 +00:00
will make a new
.Pa bounds
file the next time it is run with the
.Fl s
option.
If
.Nm
is run with any option other than
.Fl s ,
an error will be displayed if
.Pa /var/msgs/bounds
does not exist.
1994-05-27 12:33:43 +00:00
.Pp
The
.Fl s
2002-07-15 07:16:54 +00:00
option is used for setting up the posting of messages.
The line
1994-05-27 12:33:43 +00:00
.Pp
.Dl msgs: \&"\&| /usr/bin/msgs \-s\&"
1994-05-27 12:33:43 +00:00
.Pp
should be included in
.Pa /etc/mail/aliases
1994-05-27 12:33:43 +00:00
(see
.Xr newaliases 1 )
to enable posting of messages.
.Pp
The
.Fl c
option is used for performing cleanup on
.Pa /var/msgs .
A shell script entry to run
.Nm
with the
1994-05-27 12:33:43 +00:00
.Fl c
option should be placed in
.Pa /etc/periodic/daily
2001-07-15 08:06:20 +00:00
(see
.Xr periodic 8 )
2002-07-15 07:16:54 +00:00
to run every night.
This will remove all messages over 21 days old.
1994-05-27 12:33:43 +00:00
A different expiration may be specified on the command line to override
2002-07-15 07:16:54 +00:00
the default.
You must be the superuser to use this option.
1994-05-27 12:33:43 +00:00
.Pp
Options when reading messages include:
.Bl -tag -width Fl
.It Fl f
Do not say ``No new messages.''.
1994-05-27 12:33:43 +00:00
This is useful in a
.Pa .login
file since this is often the case here.
.It Fl q
Queries whether there are messages, printing
``There are new messages.'' if there are.
The command ``msgs \-q'' is often used in login scripts.
.It Fl h
Print the first part of messages only.
.It Fl l
Cause only locally originated messages to be reported.
1994-05-27 12:33:43 +00:00
.It Ar num
A message number can be given
on the command line, causing
.Nm
1994-05-27 12:33:43 +00:00
to start at the specified message rather than at the next message
indicated by your
.Pa \&.msgsrc
file.
Thus
.Pp
.Dl msgs \-h 1
.Pp
prints the first part of all messages.
.It Ar \-number
Start
.Ar number
messages back from the one indicated in the
.Pa \&.msgsrc
file, useful for reviews of recent messages.
.It Fl p
Pipe long messages through
2004-07-03 00:24:45 +00:00
.Xr more 1 .
1994-05-27 12:33:43 +00:00
.El
.Pp
Within
.Nm
1994-05-27 12:33:43 +00:00
you can also go to any specific message by typing its number when
.Nm
1994-05-27 12:33:43 +00:00
requests input as to what to do.
.Sh ENVIRONMENT
2002-04-20 12:18:28 +00:00
The
.Nm
utility uses the
1994-05-27 12:33:43 +00:00
.Ev HOME
and
.Ev TERM
environment variables for the default home directory and
terminal type.
.Sh FILES
.Bl -tag -width /var/msgs/* -compact
.It Pa /var/msgs/*
1994-05-27 12:33:43 +00:00
database
.It Pa ~/.msgsrc
1994-05-27 12:33:43 +00:00
number of next message to be presented
.El
.Sh SEE ALSO
.Xr mail 1 ,
1997-01-15 23:25:55 +00:00
.Xr more 1 ,
.Xr aliases 5 ,
.Xr periodic 8
1994-05-27 12:33:43 +00:00
.Sh HISTORY
The
.Nm
1994-05-27 12:33:43 +00:00
command appeared in
.Bx 3.0 .