This manual page is for Mac OS X version 10.6.3

If you are running a different version of Mac OS X, view the documentation locally:

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

  • For more information about the manual page format, see the manual page for manpages(5).

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.



WRITE(1)                                 BSD General Commands Manual                                WRITE(1)

NAME
     write -- send a message to another user

SYNOPSIS
     write user [ttyname]

DESCRIPTION
     The write utility allows you to communicate with other users, by copying lines from your terminal to
     theirs.

     When you run the write command, the user you are writing to gets a message of the form:

           Message from yourname@yourhost on yourtty at hh:mm ...

     Any further lines you enter will be copied to the specified user's terminal.  If the other user wants
     to reply, they must run write as well.

     When you are done, type an end-of-file or interrupt character.  The other user will see the message
     `EOF' indicating that the conversation is over.

     You can prevent people (other than the super-user) from writing to you with the mesg(1) command.

     If the user you want to write to is logged in on more than one terminal, you can specify which terminal
     to write to by specifying the terminal name as the second operand to the write command.  Alternatively,
     you can let write select one of the terminals - it will pick the one with the shortest idle time.  This
     is so that if the user is logged in at work and also dialed up from home, the message will go to the
     right place.

     The traditional protocol for writing to someone is that the string `-o', either at the end of a line or
     on a line by itself, means that it's the other person's turn to talk.  The string `oo' means that the
     person believes the conversation to be over.

SEE ALSO
     mesg(1), talk(1), wall(1), who(1)

HISTORY
     A write command appeared in Version 1 AT&T UNIX.

BSD                                             June 6, 1993                                             BSD

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation with the feedback links below.
Bug reports
Report bugs in the functionality of the described tool or API through Bug Reporter.
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.

Did this document help you? Yes It's good, but... Not helpful...