uudecode decodes the named input file or the standard input if no file is specified, to the file name encoded in file
by uuencode. If decode-file is specified then the output is written there. - is equivalent to the
standard output.
Convert pathnames to file names in the local directory.
-h, --header
The input file contains header and trailer sequences. The header for some encoding formats may
contain file name and access infomation. On by default; -h means --noheader.
-l, --list
List the encoding method names on the standard output.
-o, --output=file
Write the output data into file instead of the standard output. decode-file
if specified overrides --output.
-t, --text
The input file is a text file that requires \n => \r\n translation on encoding.