Decode a file that was encoded with uuencode (POSIX)
Syntax:
uudecode [-p | -o outfile] [file ...]
Options:
- -o outfile
- Decode to outfile; otherwise uudecode recreates
the original file.
- -p
- Decode the file to stdout; otherwise uudecode
recreates the original file.
- file
- The file(s) to decode; the default is to decode from stdin.
Description:
The uudecode utility decodes a file that was encoded using
uuencode.