FROM(1) | General Commands Manual | FROM(1) |
from
— print names
of those who have sent mail
from |
[-f file]
[-s sender]
[user] |
from
prints out the mail header lines from
the invoker's mailbox.
The options are as follows:
-f
file-f
option is used, the user
argument should not be used.-s
senderIf user is given, the user's mailbox is examined instead of the invoker's own mailbox. (Privileges are required.)
from
utilizes the
LOGNAME
, MAIL
, and
USER
environment variables.
If the MAIL
environment variable is set,
its value is used as the path to the user's mail spool.
The from
command appeared in
2BSD.
Bill Joy, 1979.
June 2, 2015 | OpenBSD-current |