Easy Tutorial
❮ Linux Shell Func Linux Comm Ip ❯

Linux uudecode Command

Linux Command Manual

Linux uudecode decodes files that have been encoded using uuencode. It only decodes the encoded data between the 'begin' and 'end' markers, skipping any data outside these markers.

Syntax

uuencode [-hv] [file1 ...]

Parameters:

Examples

Decodes file.uud and stores the restored file name in file.uud.

uuencode file.uud

Can decode multiple files at once.

uuencode file1.uud file2.uud

Linux Command Manual

❮ Linux Shell Func Linux Comm Ip ❯