write.1 (fc414536e77b67a9c64a51e50e6bfc5ae0d6e159) | write.1 (e8937ba00998cca6f259b3fdf32a7f7a38bc26ec) |
---|---|
1.\" Copyright (c) 1989, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" This code is derived from software contributed to Berkeley by 5.\" Jef Poskanzer and Craig Leres of the Lawrence Berkeley Laboratory. 6.\" 7.\" Redistribution and use in source and binary forms, with or without 8.\" modification, are permitted provided that the following conditions --- 32 unchanged lines hidden (view full) --- 41.Sh NAME 42.Nm write 43.Nd send a message to another user 44.Sh SYNOPSIS 45.Nm 46.Ar user 47.Op Ar ttyname 48.Sh DESCRIPTION | 1.\" Copyright (c) 1989, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" This code is derived from software contributed to Berkeley by 5.\" Jef Poskanzer and Craig Leres of the Lawrence Berkeley Laboratory. 6.\" 7.\" Redistribution and use in source and binary forms, with or without 8.\" modification, are permitted provided that the following conditions --- 32 unchanged lines hidden (view full) --- 41.Sh NAME 42.Nm write 43.Nd send a message to another user 44.Sh SYNOPSIS 45.Nm 46.Ar user 47.Op Ar ttyname 48.Sh DESCRIPTION |
49.Nm Write 50allows you to communicate with other users, by copying lines from | 49The 50.Nm 51utility allows you to communicate with other users, by copying lines from |
51your terminal to theirs. 52.Pp 53When you run the 54.Nm 55command, the user you are writing to gets a message of the form: 56.Pp 57.Dl Message from yourname@yourhost on yourtty at hh:mm ... 58.Pp --- 47 unchanged lines hidden --- | 52your terminal to theirs. 53.Pp 54When you run the 55.Nm 56command, the user you are writing to gets a message of the form: 57.Pp 58.Dl Message from yourname@yourhost on yourtty at hh:mm ... 59.Pp --- 47 unchanged lines hidden --- |