[BACK]Return to uuencode.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / uuencode

Diff for /src/usr.bin/uuencode/uuencode.1 between version 1.23 and 1.24

version 1.23, 2010/09/29 07:44:57 version 1.24, 2014/06/03 21:05:40
Line 173 
Line 173 
 reasons.  reasons.
 .El  .El
 .Sh EXIT STATUS  .Sh EXIT STATUS
 The  .Ex -std uuencode uudecode b64encode b64decode
 .Nm uuencode  
 and  
 .Nm uudecode  
 utilities exit 0 on success,  
 and \*(Gt0 if an error occurs.  
 .Sh EXAMPLES  .Sh EXAMPLES
 The following example packages up a source tree, compresses it,  The following example packages up a source tree, compresses it,
 uuencodes it and mails it to a user on another system.  uuencodes it and mails it to a user on another system.
Line 196 
Line 191 
 The following example unpacks all uuencoded  The following example unpacks all uuencoded
 files from your mailbox into your current working directory.  files from your mailbox into your current working directory.
 .Bd -literal -offset indent  .Bd -literal -offset indent
 $ uudecode -c \*(Lt $MAIL  $ uudecode -c < $MAIL
 .Ed  .Ed
 .Pp  .Pp
 The following example extracts a compressed tar  The following example extracts a compressed tar
 archive from your mailbox  archive from your mailbox
 .Bd -literal -offset indent  .Bd -literal -offset indent
 $ uudecode -o /dev/stdout \*(Lt $MAIL | zcat | tar xfv -  $ uudecode -o /dev/stdout < $MAIL | zcat | tar xfv -
 .Ed  .Ed
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr basename 1 ,  .Xr basename 1 ,

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24