Decode a file that was encoded with uuencode (POSIX)
uudecode [-p | -o outfile] [file ...]
Neutrino
- -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.
 
The uudecode utility decodes a file that was encoded using
uuencode.
uud,
uue,
uuencode