COHERENT help

This page displays the COHERENT help information for write.

Listing of available help pages


write -- Converse with another user

write user [ tty ]

Name the tty if user is logged in on more than one port.

write() -- Write to a file

#include <unistd.h>
int write(fd, buffer, n)
int fd; char *buffer; int n;