home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / man / cat1 / uudecode.0 < prev    next >
Text File  |  1993-12-07  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. uuencode(1)                                           uuencode(1)
  5.  
  6.  
  7. NNAAMMEE
  8.        uuencode - encode a binary file
  9.  
  10.        uudecode - decode a file created by uuencode
  11.  
  12. SSYYNNOOPPSSIISS
  13.        uuuueennccooddee [ file ] name
  14.  
  15.        uuuuddeeccooddee [ file ]...
  16.  
  17. DDEESSCCRRIIPPTTIIOONN
  18.        _U_u_e_n_c_o_d_e  and  _u_u_d_e_c_o_d_e  are used to transmit binary files
  19.        over transmission mediums that do not support  other  than
  20.        simple ASCII data.
  21.  
  22.        _U_u_e_n_c_o_d_e reads _f_i_l_e (or by default the standard input) and
  23.        writes an encoded version to  the  standard  output.   The
  24.        encoding  uses only printing ASCII characters and includes
  25.        the mode of the file and the operand _n_a_m_e for use by _u_u_d_e_-
  26.        _c_o_d_e _.
  27.  
  28.        _U_u_d_e_c_o_d_e  transforms  uuencoded  _f_i_l_e_s (or by default, the
  29.        standard input) into the  original  form.   The  resulting
  30.        file  is named _n_a_m_e and will have the mode of the original
  31.        file except that setuid and execute bits are not retained.
  32.        _U_u_d_e_c_o_d_e ignores any leading and trailing lines.
  33.  
  34. EEXXAAMMPPLLEESS
  35.        The  following  example  packages  up  a source tree, com-
  36.        presses it, uuencodes it and mails it to a user on another
  37.        system.   When  _u_u_d_e_c_o_d_e  is run on the target system, the
  38.        file ``src_tree.tar.Z'' will be created which may then  be
  39.        uncompressed and extracted into the original tree.
  40.  
  41.  
  42.               tar   cf   -   src_tree   |   compress  |  uuencode
  43.               src_tree.tar.Z | mail sys1!sys2!user
  44.  
  45.  
  46. SSEEEE AALLSSOO
  47.        compress(1), mail(1), uucp(1), uuencode(5)
  48.  
  49. BBUUGGSS
  50.        The encoded form of the file is expanded by 35%  (3  bytes
  51.        become 4 plus control information).
  52.  
  53. HHIISSTTOORRYY
  54.        The _u_u_e_n_c_o_d_e command appeared in BSD 4.0.
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.                                                                 1
  65.  
  66.  
  67.