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

  1.  
  2.  
  3.  
  4. MUNPACK(1)               USER COMMANDS                 MUNPACK(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      munpack - unpack messages in MIME or split-uuencode format
  10.  
  11. SYNOPSIS
  12.      munpack [ -f ] [ -q ] [ -t ] [ -C _✓d_✓i_✓r_✓e_✓c_✓t_✓o_✓r_✓y ] [ _✓f_✓i_✓l_✓e_✓n_✓a_✓m_✓e ...
  13.      ]
  14.  
  15. DESCRIPTION
  16.      The _✓m_✓u_✓n_✓p_✓a_✓c_✓k program reads each RFC-822 message _✓f_✓i_✓l_✓e_✓n_✓a_✓m_✓e  and
  17.      writes  all  non-text MIME parts or split-uuencoded files as
  18.      files.  If no filename argument is given, munpack reads from
  19.      standard input.
  20.  
  21.      If the message suggests a file name to use for the  imbedded
  22.      part,  that  name is cleaned of potential problem characters
  23.      and used for the output file.   If  the  suggested  filename
  24.      includes  subdirectories, they will be created as necessary.
  25.      If the message does not  suggest  a  file  name,  the  names
  26.      "part01", "part02", etc are used in sequence.
  27.  
  28.      If the imbedded part was preceded with textual  information,
  29.      that  information  is  also  written to a file.  The file is
  30.      named the same as  the  imbedded  part,  with  any  filename
  31.      extension replaced with ".desc".
  32.  
  33. OPTIONS
  34.      -f   Force overwriting of existing files.  If a message sug-
  35.           gests a file name of an existing file, the file will be
  36.           overwritten.  Without this flag, munpack appends  ".1",
  37.           ".2", etc to find a nonexistent file.
  38.  
  39.      -q   Be quiet.  Supresses messages about saving partial mes-
  40.           sages  and  about messages with no interesting informa-
  41.           tion.
  42.  
  43.      -t   Also write the text MIME parts of multipart messages as
  44.           files.   This  option  effectively disables the ".desc"
  45.           file feature for MIME messages.
  46.  
  47.      -C _✓d_✓i_✓r_✓e_✓c_✓t_✓o_✓r_✓y
  48.           Change the current directory to _✓d_✓i_✓r_✓e_✓c_✓t_✓o_✓r_✓y before  read-
  49.           ing  any  files.   This is useful when invoking munpack
  50.           from a mail or news reader.
  51.  
  52. ENVIRONMENT
  53.      TMPDIR
  54.           Directory to store temporary files.  Default is /tmp.
  55.  
  56. FILES
  57.      $TMPDIR/message-parts-$USER/
  58.           Directory  used  to  store  partial  messages  awaiting
  59.           reassembly.
  60.  
  61.  
  62.  
  63. Sun Release 4.1           Last change:                          1
  64.  
  65.  
  66.  
  67.