 |
Index for Section 1 |
|
 |
Alphabetical listing for M |
|
mhdecode(1)
NAME
mhdecode - Decodes a binary file for MH
SYNOPSIS
mhdecode [file]
DESCRIPTION
The mhdecode command decodes for MH a file created by the uuencode command.
The mhdecode command reads an encoded file, strips off any leading and
trailing lines added by uuencode, and sends output to standard output. You
can then pipe the output into another application (such as uncompress or
zcat). The mhdecode command is identical to the uudecode command, except
that mhdecode sends output to standard output, rather than a file.
SEE ALSO
Commands: uuencode(1), uudecode(1)