uudecodedecode file encoded with uuencode |
Command |
uudecode
[-p
] [file...]
uudecode
decodes data that was encoded by
uuencode
.
(uuencode
converts binary files
into character files, and is often used for file transmission.) If a file is
specified on the command line, uudecode
decodes that file;
if no file is specified, input is read from the standard input. Output is
written to the file name that was specified when the file was encoded; see
uuencode
for more details. The
permissions and name of the decoded file are recorded in the begin
line of the encoded file.
uudecode
automatically strips off any leading and trailing
lines added by mailers.
-p
pads the short lines with trailing spaces. (Some mail systems strip off
trailing spaces at the end of lines. uudecode
reports
these lines with a "line too short"
error.)
0
Successful completion.
1
Failure due to any of the following:
begin
line in the input fileend
line in the input file2
Failure because of an invalid command line option.
-p
option, and multiple file decoding, are extensions
to the POSIX.2 and XPG standards.
uuencode