mhdecode(1)mhdecode(1)NAMEmhdecode - Decodes a binary file for MH
SYNOPSISmhdecode [file]
DESCRIPTION
The mhdecode command decodes for MH a file created by the uuencode com‐
mand.
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 uncom‐
press or zcat). The mhdecode command is identical to the uudecode com‐
mand, except that mhdecode sends output to standard output, rather than
a file.
SEE ALSO
Commands: uuencode(1), uudecode(1)mhdecode(1)