Please can somebody help, I want to use the fuction mail of §Unix to send mail troughout the system. What i'm asking myself is, is it like an instant messenger or just a mailer? How to use that command?
Thanks in advance
Thanks in advance
| Quote: |
|
To send a message to one or more people, mail can be invoked with arguments which are the names of people to whom the mail will be sent. You are then expected to type in your message, followed by a <control-D> at the beginning of a line. You can end a mail session with the quit (q) command. Messages which have been examined go to your mbox file unless they have been deleted in which case they are discarded. Unexamined messages go back to the post office. |
| zb10948 wrote: |
| It's too...hmm bulky to be used as IM system.
To send a message to one or more people, mail can be invoked with arguments which are the names of people to whom the mail will be sent. You are then expected to type in your message, followed by a <control-D> at the beginning of a line. You can end a mail session with the quit (q) command. Messages which have been examined go to your mbox file unless they have been deleted in which case they are discarded. Unexamined messages go back to the post office. |
| Code: |
| man command |
| Nyizsa wrote: | ||
| Have you ever seen the abbreviation RTFM?
If you have any questions about Unix commands, why not just type
|