2015-01-30 23:25:28 +00:00
|
|
|
.Dd January 30, 2015
|
2015-01-31 13:20:02 +00:00
|
|
|
.Dt UUDECODE 1
|
2015-01-31 19:37:03 +00:00
|
|
|
.Os sbase
|
2015-01-30 23:25:28 +00:00
|
|
|
.Sh NAME
|
|
|
|
.Nm uudecode
|
|
|
|
.Nd decode a uuencoded file
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
|
|
|
.Op Ar file
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
2015-02-01 19:52:28 +00:00
|
|
|
reads
|
|
|
|
.Ar file
|
|
|
|
(or by default, the standard input) and writes a decoded
|
2014-02-02 19:08:22 +00:00
|
|
|
version to the file specified in the uuencoded header. In case that
|
|
|
|
the file already exists, it is truncated. Otherwise a new file is
|
|
|
|
created. After the operation the permissions of the created/accessed
|
|
|
|
are changed to reflect the mode in the header.
|
2015-01-30 23:25:28 +00:00
|
|
|
.Sh IMPLEMENTATION NOTES
|
2014-02-02 19:08:22 +00:00
|
|
|
This version of uudecode does not currently support the base64
|
|
|
|
encoding algorithm.
|
|
|
|
For safety currently uudecode operates only on regular files and
|
|
|
|
stdout. Trying to uudecode to a link, directory, or special file
|
|
|
|
yields an error.
|