Basic Elm Commands |
elm -s testing joewould initiate the sending of a message to the mail alias joe with the subject testing indicated and would put you into an editor for you to enter the text of the message. If the subject flag and argument were not present, you would be prompted for a message subject.
elm -s testing joe < test.cwould mail a copy of the file test.c to the mail alias joe, with the subject testing indicated. The subject flag and argument are optional.
elm [ -achkKmrwz ] [ -f alternate-mailbox ] [ -d debug-level ]
elm [ -s subject ] list of aliases or addresses
-c | Checkalias | expand the following aliases and return |
---|---|---|
-h or ? | Help | give a list of starting options |
-i | Include | include prepared file in edit buffer for sending |
-s | Subject | specify subject for message to mail |
-z | Zero | don't enter elm if no mail is pending |