date and time created 90/06/25 13:56:22 by bostic
[unix-history] / usr / src / usr.bin / biff / biff.1
CommitLineData
b5dc1377 1.\" Copyright (c) 1980, 1990 The Regents of the University of California.
c2e89a22 2.\" All rights reserved.
db10c785 3.\"
b5dc1377 4.\" %sccs.include.redist.man%
c2e89a22 5.\"
b5dc1377 6.\" @(#)biff.1 6.3 (Berkeley) %G%
db10c785 7.\"
b5dc1377
CL
8.Dd
9.Dt BIFF 1
10.Os BSD 4
11.Sh NAME
12.Nm biff
13.Nd be notified if mail arrives and who it is from
14.Sh SYNOPSIS
15.Nm biff
16.Op Cm yn
17.Sh DESCRIPTION
18.Nm Biff
db10c785
KM
19informs the system whether you want to be notified when mail arrives
20during the current terminal session.
21The command
b5dc1377
CL
22.Pp
23.Dl biff y
24.Pp
db10c785 25enables notification; the command
b5dc1377
CL
26.Pp
27.Dl biff n
28.Pp
db10c785
KM
29disables it.
30When mail notification is enabled, the header and first few lines of
31the message will be printed on your screen whenever mail arrives.
b5dc1377
CL
32A
33.Li ``biff y''
34command is often included in the file
35.Pa \&
36login
db10c785 37or
b5dc1377
CL
38.Pa \&
39profile
db10c785 40to be executed at each login.
b5dc1377
CL
41.Pp
42.Nm Biff
db10c785 43operates asynchronously.
b5dc1377
CL
44For synchronous notification use the
45.Ar MAIL
46variable of
47.Xr sh 1
db10c785 48or the
b5dc1377 49.Ar mail
db10c785 50variable of
b5dc1377
CL
51.Xr csh 1 .
52.Sh SEE ALSO
53.Xr csh 1 ,
54.Xr mail 1 ,
55.Xr sh 1 ,
56.Xr comsat 8
57.Sh HISTORY
58.Nm biff
59appeared in the 4.0 BSD release.