home *** CD-ROM | disk | FTP | other *** search
/ The Best Internet Programs / BESTINTERNET.bin / internet / lrn_inet / li_umail.prn < prev    next >
Encoding:
Text File  |  1994-09-05  |  3.0 KB  |  55 lines

  1.                      The Standard Unix Mail Program
  2.  
  3.           This program has a large number of commands which are summarized
  4.           below.  It is line oriented and somewhat difficult to use.  Keep
  5.           these commands handy, but learn to use an easier program like Pine.
  6.  
  7.           The command "mail" will display a list of your messages and invoke
  8.           the mail program.  The mail prompt is the ampersand: &.  
  9.  
  10.                           Mail Commands By Function
  11.           ----------------------------------------------------------------
  12.             Command          What It Does
  13.           ----------------------------------------------------------------
  14.             q                Quit the mail program
  15.             x                Quit without making changes (like deletions)
  16.             ?                Display available mail commands
  17.           ----------------------------------------------------------------
  18.             [number]         Display message #[number]
  19.             + (n)            Display next message
  20.             -                Display previous message
  21.             Enter            Display current message (marked with a >)
  22.           ----------------------------------------------------------------
  23.             m                Compose a new message
  24.             r                Reply to message - to all recipients
  25.             R                Reply to message - to sender only
  26.           ----------------------------------------------------------------
  27.             d                Delete a message
  28.             dp               Delete current message display next message
  29.             e                Use text editor (vi) on message
  30.             s [filename]     Save message to filename
  31.             u                Undelete previously deleted message
  32.           ----------------------------------------------------------------
  33.  
  34.           The tilde escape commands may be entered while composing a message.
  35.           They must be the first characters on a new line.        
  36.  
  37.                              Tilde Escape Commands
  38.           ----------------------------------------------------------------
  39.             ~?               Display list of tilde escape commands
  40.             ~e               Invoke text editor
  41.             ~f               Read in the previous message
  42.             ~h               Edit header lines, one by one
  43.             ~q               Quit composition (same as ctrl-c twice)
  44.             ~r               Read in the contents of a file
  45.             ~s               Edit the subject line
  46.             ~w               Write the current message to a file
  47.             ~! [command]     Shell out and execute [command]
  48.           ----------------------------------------------------------------
  49.  
  50.           There are some wildcard characters you can use with mail
  51.           commands, like "d *" means delete all messages, and "d ."
  52.           means delete the current message.  Use man mail to find out more.
  53.  
  54.  
  55.