home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / utility / archiver / mpack13b / mpack.man next >
Text File  |  1994-06-08  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4. MPACK(1)                 USER COMMANDS                   MPACK(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      mpack - pack a file in MIME format
  10.  
  11. SYNOPSIS
  12.      mpack [ -s _✓s_✓u_✓b_✓j_✓e_✓c_✓t ] [ -d _✓d_✓e_✓s_✓c_✓r_✓i_✓p_✓t_✓i_✓o_✓n_✓f_✓i_✓l_✓e ] [ -m _✓m_✓a_✓x_✓s_✓i_✓z_✓e ] [
  13.      -c _✓c_✓o_✓n_✓t_✓e_✓n_✓t-_✓t_✓y_✓p_✓e ] _✓f_✓i_✓l_✓e _✓a_✓d_✓d_✓r_✓e_✓s_✓s ...
  14.      mpack [ -s _✓s_✓u_✓b_✓j_✓e_✓c_✓t ] [ -d _✓d_✓e_✓s_✓c_✓r_✓i_✓p_✓t_✓i_✓o_✓n_✓f_✓i_✓l_✓e ] [ -m _✓m_✓a_✓x_✓s_✓i_✓z_✓e ] [
  15.      -c _✓c_✓o_✓n_✓t_✓e_✓n_✓t-_✓t_✓y_✓p_✓e ] -o _✓o_✓u_✓t_✓p_✓u_✓t_✓f_✓i_✓l_✓e _✓f_✓i_✓l_✓e
  16.      mpack [ -s _✓s_✓u_✓b_✓j_✓e_✓c_✓t ] [ -d _✓d_✓e_✓s_✓c_✓r_✓i_✓p_✓t_✓i_✓o_✓n_✓f_✓i_✓l_✓e ] [ -m _✓m_✓a_✓x_✓s_✓i_✓z_✓e ] [
  17.      -c _✓c_✓o_✓n_✓t_✓e_✓n_✓t-_✓t_✓y_✓p_✓e ] -n _✓n_✓e_✓w_✓s_✓g_✓r_✓o_✓u_✓p_✓s _✓f_✓i_✓l_✓e
  18.  
  19. DESCRIPTION
  20.      The _✓m_✓p_✓a_✓c_✓k program encodes the the named file in one or  more
  21.      MIME  messages.  The resulting messages are mailed to one or
  22.      more recipients, written to a named file or set of files, or
  23.      posted to a set of newsgroups.
  24.  
  25. OPTIONS
  26.      -s _✓s_✓u_✓b_✓j_✓e_✓c_✓t
  27.           Set the Subject header field to _✓S_✓u_✓b_✓j_✓e_✓c_✓t.   By  default,
  28.           mpack  will  prompt  for  the  contents  of the subject
  29.           header.
  30.  
  31.      -d _✓d_✓e_✓s_✓c_✓r_✓i_✓p_✓t_✓i_✓o_✓n_✓f_✓i_✓l_✓e
  32.           Include the contents of the file _✓d_✓e_✓s_✓c_✓r_✓i_✓p_✓t_✓i_✓o_✓n_✓f_✓i_✓l_✓e in  an
  33.           introductory section at the beginning of the first gen-
  34.           erated message.
  35.  
  36.      -m _✓m_✓a_✓x_✓s_✓i_✓z_✓e
  37.           Split the message (if necessary) into partial messages,
  38.           each  not  exceeding  _✓m_✓a_✓x_✓s_✓i_✓z_✓e  characters.  The default
  39.           limit is the value of the SPLITSIZE  environment  vari-
  40.           able,  or no limit if the environment variable does not
  41.           exist.  Specifying a _✓m_✓a_✓x_✓s_✓i_✓z_✓e of 0  means  there  is  no
  42.           limit to the size of the generated message.
  43.  
  44.      -c _✓c_✓o_✓n_✓t_✓e_✓n_✓t-_✓t_✓y_✓p_✓e
  45.           Label the included file as being of MIME type  _✓c_✓o_✓n_✓t_✓e_✓n_✓t-
  46.           _✓t_✓y_✓p_✓e,  which  must  be a subtype of application, audio,
  47.           image, or video.  If this switch is  not  given,  mpack
  48.           examines the file to determine its type.
  49.  
  50.      -o _✓o_✓u_✓t_✓p_✓u_✓t_✓f_✓i_✓l_✓e
  51.           Write the generated message to the file _✓o_✓u_✓t_✓p_✓u_✓t_✓f_✓i_✓l_✓e.  If
  52.           the  message has to be split, the partial messages will
  53.           instead be written to the files _✓o_✓u_✓t_✓p_✓u_✓t_✓f_✓i_✓l_✓e.01,  _✓o_✓u_✓t_✓p_✓u_✓t_✓-
  54.           _✓f_✓i_✓l_✓e.02, etc.
  55.  
  56.      -n _✓n_✓e_✓w_✓s_✓g_✓r_✓o_✓u_✓p_✓s
  57.           Post the generated message(s)  to  the  comma-separated
  58.           netnews _✓n_✓e_✓w_✓s_✓g_✓r_✓o_✓u_✓p_✓s.
  59.  
  60.  
  61.  
  62.  
  63. Sun Release 4.1           Last change:                          1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. MPACK(1)                 USER COMMANDS                   MPACK(1)
  71.  
  72.  
  73.  
  74.      _✓f_✓i_✓l_✓e Encode the named _✓f_✓i_✓l_✓e.
  75.  
  76.      _✓a_✓d_✓d_✓r_✓e_✓s_✓s ...
  77.           Mail the generated messages to the specified addresses.
  78.  
  79. ENVIRONMENT
  80.      TMPDIR
  81.           Directory to store temporary files.  Default is /tmp.
  82.  
  83.      SPLITSIZE
  84.           Default value of the -m switch.
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Sun Release 4.1           Last change:                          2
  130.  
  131.  
  132.  
  133.