uuuuddeeccooddee -- Command

Decode a binary file sent from a remote system
uuuuddeeccooddee [ _f_i_l_e ]

uuuuddeeccooddee takes a ffiillee encoded by uuuueennccooddee and translates it back to binary.
Any leading and trailing lines added by uuuuccpp are discarded.

If the _f_i_l_e is not specified, standard input is read.

_E_x_a_m_p_l_e
Consider the file ttmmpp consisting of:

    begin 644 sys
    M5&AE('%U:6-K(&)R;W=N(&9O>"!J=6UP<R!O=F5R('1H92!L87IY(&1O9RX*

    end

Note that the  third line is a space followed  by a newline.  To decode it,
type:

    uudecode tmp

The output contained in file ssyyss will be:

    The quick brown fox jumps over the lazy dog.

_S_e_e _A_l_s_o
ccoommmmaannddss, uuuuccpp, UUUUCCPP, uuuueennccooddee

_N_o_t_e_s
The user on the remote system must be able to write the file.
