1 10/21/83 send_mail request: write, w
2
3 Syntax: w path -control_args
4
5
6 Function: writes the printed representation of the message to the end
7 of an existing segment.
8
9
10 Arguments:
11 path
12 is the pathname of the segment to which the message is written. The
13 suffix "mail" is added if necessary.
14
15
16 Control arguments:
17 -extend
18 writes the message at the end of the segment if there is already
19 data present in the segment. Default
20 -truncate, -tc
21 truncates the segment before writing the message.
22
23
24 Notes:
25 If the segment identified by the path argument does not exist, it will
26 be created automatically.