66 lines
819 B
Plaintext
66 lines
819 B
Plaintext
|
|
|
|
|
|
|
|
|
|
Command: uud, uudecode - decode a binary file encoded with uue
|
|
Syntax: uud [-n] [-s srcdir] [-t dstdir/] file
|
|
Flags: -n Do not verify checksums
|
|
-s Name of directory where .uue file is
|
|
-t Name of directory where output goes
|
|
Examples: uud file.uue # Re-create the original file
|
|
uud - <file.uue # The - means use stdin
|
|
|
|
Uud decodes a file encoded with uue or UNIX uuencode. The decoded
|
|
file is given the name that the original file had. The name information
|
|
is part of the encoded file. Mail headers and other junk before the
|
|
encoded file are skipped.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|